Right now there is no non-hacky way to modify the query executed when the user hits the 'refresh' button. You either have to remove a class from the refresh button so the standard code path is not executed, or you have to make your own refresh button. We would like a way to say "when the refresh action is called (via button click or otherwise), execute this function (or pass this data along with the standard execution).
Hi,
The DataSource Change event could be used for that purpose:
https://docs.telerik.com/kendo-ui/api/javascript/data/datasource/events/change
Regards,
Nencho
Progress Telerik
Thank you for the response. Yes, that would suffice.
Thanks for the idea, Jacob. My assumption is that you would like a refresh event to be exposed for the grid, which you can intercept to execute your logic. Would that suffice?