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.
Hi triffle,Correct me if I'm wrong, but I believe we're already discussing the same issue in another thread (How to bind igGrid to server side object.)If that is so, can you please keep all communication regarding this scenario in one thread?(it will be much better in terms of keeping track of how the discussion is processing and to assist you with the solution)Thank you,Borislav
I am starting to think I'm having the same problem refreshing as this guy. :(
When I try to do this same thing, I get the following error:
Cannot determine the data source type. Please specify if it is JSON or XML data
I sent an example application to support. Is there any way I can send it to you?
Thanks Angel