This question is locked. New answers and comments are not allowed.
I have a grid with Page Size set to 15. If one is on Page 2 and adds a new item, the Controller returns to the Index, but it is on Page 1. I was hoping to capture the Pager click using a Server Binding GridAction and set the current page number into the Model so I could use the paging => paging.PageTo(Model.CurrentPage) method. How can I accomplish this? When I attempted to "pass" in the ActionParameterName [GridAction(ActionParameterName="param")], the Page was always set at 0.