Hi all,
I have a ListGrid.
I have a button which calls saveAllEdits() on the ListGrid.
How do I install a callback for validation errors?
The errors are displayed all right, but I would like to take further actions. (Like re-enable the save button which I have disabled when it was clicked, to avoid duplicate save attempts.)
I tried to use addEditFailedHandler(), but it does not seem to be called. (Contrary to what the docs say.)
Thank you for your help!
I have a ListGrid.
I have a button which calls saveAllEdits() on the ListGrid.
How do I install a callback for validation errors?
The errors are displayed all right, but I would like to take further actions. (Like re-enable the save button which I have disabled when it was clicked, to avoid duplicate save attempts.)
I tried to use addEditFailedHandler(), but it does not seem to be called. (Contrary to what the docs say.)
Thank you for your help!
Comment