Hello,

I have a grid ith RowEditor plugin. I'm using RowEditor's BeforeEdit listener to disabled the grid, thus preventing change the row being edited, ValidateEdit listener to check editors validation and enable the grid again when user clic Save, CancelEdit listener to enable the grid again when user click Cancel, and AfterEdit direct event to save tha changes.

But I have a problem: WHen user click Save without making any changes, nne of there events/listeners are fired. Then the grid remains disabled.

Is there another I can use to enable the grid in that scenario?

Thank you
Regards
Alex