I want to reload all my grids on the page, but just refreshing the whole page takes very long. Since I would like to put some reload button on more than one page I am searching for a generic way instead of triggering a reload for every grid by hand.
Maybe there is another way to do this? Like a refresh-button integrated into the datagrid component?
Like kendo does (bottom-right corner): https://demos.telerik.com/kendo-ui/grid/index
Such a solution would need some clicks more but would still our requirements to reload parts of the page in a generic way.
Can I trigger the Page load event again somehow?