This question is locked. New answers and comments are not allowed.
I have a grid which get's data based on filter parameters i have supplied in the controller's action method. The problem is when i enable paging, the second page request will not load the correct list, cause it forgets the filter parameters, how do i pass my filter parameters along with the page number for this control.