I have a grid view which shows all my customers. When I click one customer I go to an edit view where the user can edit the customer or can go back to the grid view. But when the user goes back the grid is back in its default state for sorting, paging and filtering.
How can I keep the grid state before the user went to the edit view?
I saw similar questions (some with answers) on this forum but none seems to work for me, and most are not answered.
Thanks,
Henk Jan Baard
5 Answers, 1 is accepted
I have created a code library project which shows how to do this. The idea is to add the grid state (page, filter etc) to the query string - the grid will do the same.
Regards,Atanas Korchev
the Telerik team
Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>
The uploaded project is using ASP.NET MVC 3. Please consider installing the same in order to run the project.
Regards,Atanas Korchev
the Telerik team
Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>