Hi,
I have a radgrid that is similar to this example:
http://demos.telerik.com/aspnet-ajax/grid/examples/programming/selectrowwithcheckbox/defaultcs.aspx
The selected customers(rows) works fine on postback. However, once you select the pager and the page changes you lose your selected items on the previous page. Is there a way to keep in memory the selected items or would i have to persist the information from the viewstate? The example itself has the same problem.
I have a radgrid that is similar to this example:
http://demos.telerik.com/aspnet-ajax/grid/examples/programming/selectrowwithcheckbox/defaultcs.aspx
The selected customers(rows) works fine on postback. However, once you select the pager and the page changes you lose your selected items on the previous page. Is there a way to keep in memory the selected items or would i have to persist the information from the viewstate? The example itself has the same problem.