Hi,
In event CellExitingEditMode,I check for a condition,popa message and execute e.cancel=true.
After executing successfully,The CellExitingEditMode is executed again.
This time e.cancel is false and CellExitingEditMode is also false and the same function is executed again.
Any inputs on why the behaving this way and any temporary solution for this?
Thanks
This is a bug, which occurs only if you cancel and then click on the xamWebGrid.
Until the next SR, you can use the cell's Tag property, to set a flag to see if you've already notified the user.
Then in the CellExitedEvent, you can reset the flag.
Hope this helps,
-SteveZ