Is there a way to pro-grammatically refresh the data in the grid without loosing any of the filtering or sorting settings of the currently displayed data?
Basically I want to have a button that when clicked will refresh the data from the server without losing the filter and sort info. We need this because the data we are viewing changes on the back end without the user being aware.
Thanks,
Paul
Hi,
this isn't possible at the moment. When you rebind the grid programatically, the sorting and filtering presets , which are configured through the UI by an end user, are reset. It's a valid scenario, though, and I have reached to our Product Management for feedback.
Angel
Do you mean that it is not possible to bind the grid to a json array, then via ajax get a new json array and rebind the grid to the new json array?