Is it possible to have a RadGrid that always has it's rows editable and only apply's the changes when a user clicks a "apply changes" button. On top of this, can sorting be done based off of the user's (un-applied) updates? I'm thinking the data would have to be persisted on the client somehow.
I have a MultiRowEdit example working, but I lose any changes on sorting.
Anyone have any ideas?