Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
125
Refresh Data in Grid
posted

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

Parents
No Data
Reply
  • 24671
    Suggested Answer
    posted

    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. 

    Thanks,

    Angel

Children