I have a grid that I would like to "remember" selected items (checkbox) when the user sorts the grid. I found an article that shows how to do it client side (http://www.telerik.com/help/aspnet-ajax/grid-persist-selected-rows-client-sorting-paging-grouping-filtering.html) - as I want to avoid a postback every time they select an item. It works very nicely - as long as the selected item in on the current page they are viewing. If there are more than one page of records (ie showing 10 out of 200) - and the selected record is sorted to the end of the list and doesn't show, it forgets that it was checked. The on row created doesn't seem to fire as the row really isn't created. Is there a way around this?
Thank you in advance,
John
Thank you in advance,
John