Hi, Does anyone have a sample of a grid that is created in code behind and maintains view state when sort or filter operations take place?
In looking at this post http://www.telerik.com/help/aspnet/grid/grdprogrammaticcreation.html it states 'No ViewState is required for grid structure to be persisted as it is recreated on each page initialization. ' However when we create a grid that allows filtering, paging, sorting etc. in code behind and add it to a place holder and then try to sort or filter, we lose the grid. The grid is being created every time in post back (no isPostBack test takes place).
If there is a sample of how to accomplish this that would be great. Thanks.
In looking at this post http://www.tele
If there is a sample of how to accomplish this that would be great. Thanks.