Hello,
I have i grid , i want to get updated value of cell when user updates cell but when i enter some value in grid( not pressed enter yet ) and then click some where else out of grid cell value doesn't update , please tell me how to solve this issue please reply asap
following the picture of the problem
Hi,
Thank you for contacting us!
I was unable to reproduce the behavior that you're seeing on your side.
Could you please provide me with a sample for investigation. This may help indicate the nature of this issue.
Please, let me know if you have any further questions.
just take a simple grid make it editable double click on any cell change its value and click some where else from grid you will see you are still in edit mode and grid's "onEditDone "Event not fired
Thank you for your patience.
By design the Igx-Grid cannot provide the functionality to submit edit on click outside the grid.You can find more information in the Data Grid Editing topic.
In future we will enhance the editing with the functionality to submit the change when you click anywhere within the scope of the grid.
Can we have any other events for the cell like "Focus Out" of the edited cell, can we manually update the edited value and Save it ? We are also in need of the Save edited cell value on clicking a button outside of grid