Is it possible to distinguish the current edit operation ("add" or "update") of a ListGrid?
When using a ListGrid, I create new records via startEditingNew() and existing records with startEditing(rowNumber). I need to know which operation is current (because of autorisation issues). I now use a self made variable to do this, but was wondering if I could use ListGrid internals.
When using a ListGrid, I create new records via startEditingNew() and existing records with startEditing(rowNumber). I need to know which operation is current (because of autorisation issues). I now use a self made variable to do this, but was wondering if I could use ListGrid internals.
Comment