Hello,
I have a RadGridView Control and I can't get it to restore a row after canceling an edit.
For example if I'm editing one cell, then editing another cell in the same row then press ESC twice
I expect both of the cells to return to their previous state because the data source, correctly, isn't changed, but only
the last edited cell is changing.
It does work well however on your sliverlight demos, for example here: http://demos.telerik.com/silverlight/#GridView/Commands
Thanks