Completed
Last Updated: 04 Nov 2021 12:24 by ADMIN
Jacob
Created on: 12 Jun 2015 17:35
Category: Grid
Type: Feature Request
1
The Grid refresh functionality should be exposed for overriding
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).
3 comments
ADMIN
Nencho
Posted on: 04 Nov 2021 12:24

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

Remote troubleshooting is now easier with Telerik Fiddler Jam. Get the full context to end-users' issues in just three steps! Start your trial here - https://www.telerik.com/fiddler-jam.
Jacob
Posted on: 22 Jun 2015 13:40
Thank you for the response. Yes, that would suffice. 
ADMIN
Telerik Admin
Posted on: 22 Jun 2015 12:30
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?