In GridView row opened for edit, after changing some cells values, how can I enable the user to cancel the changes done and retreive the previous values?
In many appliactions, clicking on Escape cancels the edit of the row fields (if the user didn't focus out of the row yet).
3 Answers, 1 is accepted
0
Jack
Telerik team
answered on 03 Dec 2009, 02:13 PM
Hello kr kr,
Thank you for contacting us. Currently RadGridView doesn't support an undo functionality. Actually, you are the first to request the feature. If more people request the same we will consider implementing it.
Nevertheless, you can implement undo by saving the changed values in a cache and updating it when handling CurrentRowChanged event.
Should you have any other questions, don't hesitate to ask.
Old thread, is there still no "undo" operation for editing cells?
0
George
Telerik team
answered on 17 Apr 2014, 08:03 AM
Hello Simon,
Thank you for contacting us.
Currently RadGridView supports resetting the value of a cell while editing and pressing the ESC key. Moreover when you change the value of a RadTextBoxEditor you can revert it while editing by pressing the CTRL + Z combination.
If these are not your requirements, please let me know.
Looking forward to your response.
Regards,
George
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.