This question is locked. New answers and comments are not allowed.
My scenario is I have a grid that is initially bound by server binding. Any filtering, paging, sorting, or special client side filtering (from a form) is done with ajax binding. This all works fine.
There is a Submit button that posts to a HttpPost action handler. The problem I am running into is in this mixed mode the grid does not persist the filtering, orderby, or page number back to with the post. The page size DOES persist on the post, but none of the rest. I need the additional properties of the grid.
Is this clear and is this supported?
Ryan Moore
There is a Submit button that posts to a HttpPost action handler. The problem I am running into is in this mixed mode the grid does not persist the filtering, orderby, or page number back to with the post. The page size DOES persist on the post, but none of the rest. I need the additional properties of the grid.
Is this clear and is this supported?
Ryan Moore