This question is locked. New answers and comments are not allowed.
Hello there,
I am interested in converting an existing grid over to use Telerik MVC Grid. One of our requirements is that filtering/sorting is "remembered" for each user, so that if they navigate away to do something and then back to the grid page their "view" is re-applied. Is this possible to do with the MVC Grid without too much hackery?
The only way I can think would be to use jQuery to simulate the sorting/filtering actions manually onLoad, which is obviously not ideal as it causes display lag and additional callbacks if you bind the data, then apply a sort, then apply a filter.
Thanks for your help.
-Stephen
I am interested in converting an existing grid over to use Telerik MVC Grid. One of our requirements is that filtering/sorting is "remembered" for each user, so that if they navigate away to do something and then back to the grid page their "view" is re-applied. Is this possible to do with the MVC Grid without too much hackery?
The only way I can think would be to use jQuery to simulate the sorting/filtering actions manually onLoad, which is obviously not ideal as it causes display lag and additional callbacks if you bind the data, then apply a sort, then apply a filter.
Thanks for your help.
-Stephen