The onCellEdit of the igx-grid seems to pass in an IgxColumnComponent as the only parameter. How do I know exactly which item was edited and what the old/new values were?
Hello Scott,
The event will give you all information:
Thanks!
Hi Scott,
Just wanted to provide you with the link to the type of the onCellEdit event arguments: https://es.infragistics.com/angular-docs/typescript/interfaces/igridediteventargs.html
Konstantin Dinev