I have a tree view.
I add a new node, and allow the user to edit it.
The user presses the escape key and cancels the editing.
Problem: There is no event to let me know that the editing was cancelled, so that I can remove the node!
From my testing, it would appear that in this case niether the "OnClientNodeEdited" or "OnClientNodeEditing" events are triggered
Unless I am missing something, there is no other event that would cover this case.
Is there anything I can do, other than set-up a timer to poll for the change in the editing state of the node?
Thanx
Andrew
I add a new node, and allow the user to edit it.
The user presses the escape key and cancels the editing.
Problem: There is no event to let me know that the editing was cancelled, so that I can remove the node!
From my testing, it would appear that in this case niether the "OnClientNodeEdited" or "OnClientNodeEditing" events are triggered
Unless I am missing something, there is no other event that would cover this case.
Is there anything I can do, other than set-up a timer to poll for the change in the editing state of the node?
Thanx
Andrew