The signature for EditorExitEvent.cancel() is void cancel() but the description says:
Returning false from this method will cancel the default behavior (for example saving the row) and leave the editor visible and focus in this edit cell.
1. One can't return false when the return type is void.
2. Just calling cancel doesnt leave the editor visible and focus in the edited cell.
I am attempting to put up a 'Save Changes?' dialog box. Is there some other way I should be detecting user edits? I am a SmartGWT newbie without the resources for the Pro version.
Thanks!
Returning false from this method will cancel the default behavior (for example saving the row) and leave the editor visible and focus in this edit cell.
1. One can't return false when the return type is void.
2. Just calling cancel doesnt leave the editor visible and focus in the edited cell.
I am attempting to put up a 'Save Changes?' dialog box. Is there some other way I should be detecting user edits? I am a SmartGWT newbie without the resources for the Pro version.
Thanks!