Hi, is there a way so that the event CellEditEnded fires at the pasting of a value into cell?
i'm not succeding...
Thanks in advanced.
1 Answer, 1 is accepted
0
Accepted
Dimitrina
Telerik team
answered on 14 May 2013, 11:19 AM
Hi,
The CellEditEnded event occurs when cell validation is passed successfully and new data is committed. You can check this help article for descriptions of all the editing events.
You can check the PastingCellClipboardContent event instead.