Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
385
Row Edit ending when click on other cell
posted

Hello,

I have an issue that i cannot solve.

In a grid with Editing enable and edition style with RowEdition, if i start an edition on a row, modify some cell's data  and then click in other cell of a different row, i lose edition for the current row. Event UpdatingRowwEnding is fired as if i click on Validate button of igGrid. Since i have modified some data, the update flag is set so i treat this event as if user has click on validate button but user has clicked on a cell of another row so i update a wrong object.

Is there a mean to differentiate the edition losing and the validate click ?

Thank's for your help.

Ragards