joeharrison714 / MVCGrid.Net

http://mvcgrid.net
MIT License
74 stars 55 forks source link

Keep grid status #86

Closed codeweb closed 7 years ago

codeweb commented 7 years ago

How can i keep grid status like in this page: http://mvcgrid.net/demo/formatting after clicking a "view" button, coming back using @Html.ActionLink("Back", "Index") and not the back in the browser?

joeharrison714 commented 7 years ago

you will need to include the query string of the grid if you use a back link like that. Can you use javascript to go back instead?