This question is locked. New answers and comments are not allowed.
I have an action method in my controller that performs a custom save on an item in my MVC grid. However, when I RedirectToAction("Index") after it completes, it always loads the data in the grid and I lose all filtering, paging and sorting. I'm new to these MVC controls and I'm a bit unsure of how to retain the grid settings when reloading the view. Can someone point me to some documentation?
Thanks,
Steve
Thanks,
Steve