I am using ignite datagrid. OnCellEdit() method, i edit the cell but my changes are not committing on press of tab key. I am making calculations on click of Done the changes and calculations are working. But on press of tab key, my changes are not committing.
Also in html, i have used [rowEditable] = true.
Please provide solution with a sample.
Please reply to the post. As it is an ongoing project.
Hello Shobhana,
Do you mean you are editing the cell programmatically at igxGrid's OnCellEdit() event? How do you want to edit the cell?
OnCellEdit() method i m editing the cell but when i click on tab key to tab out from the cell, i want to commit the changes. How can i achieve?
Mihoko,Please reply the thread.
You can commit the changes programmatically using IgxGridComponent's endEdit() method.
https://es.infragistics.com//angular-docs/typescript/latest/classes/igxgridcomponent.html#endedit