My igGrid is initialized as autoCommit = false. Doing deleteRow() will cross out the entire row. Is there a way that I can cancel my delete action at this point prior to save changes? As the Done and Cancel buttons are unavailable for a row that is being deleted.
Thanks!
Hi Erica,
You can do this manually.
First you need to remote the ui-iggrid-deletedrecord css class from the grid row.
Next you need to rollback the delete transaction from the grid data source.
Here is an example function:
Hope this helps,
Martin Pavlov
Infragistics, Inc.