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
You can try this, that works great.
check below link for detailed answer.
http://stackoverflow.com/questions/13294447/reloading-infragistics-grid
Hope you all like this. Let me know If you have any challenges to implement.