Good day!
How to make Undo/Redo in Kendo UI Web Grid? As here: http://jzaefferer.github.io/undo/demos/contenteditable.html
3 Answers, 1 is accepted
0
Accepted
Dimo
Telerik team
answered on 06 Mar 2014, 01:02 PM
Hello Ilyas,
I suppose you have some editing-in-Grid scenario. The Grid itself does not manage the typing process, the field editors do. You need a custom field editor that supports undo and redo. This can either be a Kendo UI Editor, or some other custom / third-party widget.
Thanks for the help, but I met a small problem when I click undo I insert in a cell there that value recorded.
startValue = thisCell.html ();
When I edit the same cell in the input displays the old value.
Sorry for my english.