I'm trying to have a radgrid that uses the needdatasource event to allow filtering/sorting, but how do I keep client side changes made to the grid in between loads?
For example, the page loads, then a user clicks a button which changes the selected row on the client side. The user then sorts/filters and the changes are gone. I would like those changes to be preserved. The changes are actually committed to the server on another button click. Is this possible?
For example, the page loads, then a user clicks a button which changes the selected row on the client side. The user then sorts/filters and the changes are gone. I would like those changes to be preserved. The changes are actually committed to the server on another button click. Is this possible?