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
4040
RowExitingEditMode - exit from edit mode
posted

Hi,

We have a grid with a Add new row" at the bottom.

When user exit from this row we want to display a warning (done with MessageBox), then we want to exit completly from edit mode end discard user changes.

We used "RowExitingEditMod" event.

We tried calling "ExitEditMode()" method from the grid, but unfortunately this fire again and again the same "RowExitingEditMod" event.

(see code below)

Do you have a solution for this ?

Thanks.

Alain.