catch the event on Cancel button of the RowEditor...
catch the event on Cancel button of the RowEditor...
Hi,
now i want to catch the event on Cancel button of the RowEditor...
When i add a new row in the grid, the row is inserted on the store at index 0;
If the user press Cancel or click out the RowEditor whitout modify the row, i want to remove it from the store but i don't be able to catch a similar event...
RowEditor fires AfterEdit, BeforEdit and ValidateEdit events but these doesn't help me!
I tried with OnBlur but doesn't works...
If the user press Cancel or click out the RowEditor whitout modify the row, i want to remove it from the store but i don't be able to catch a similar event...
clicking cancel should fire the Events.CancelEdit event.