Hi
When adding a new row or editing an existing row which client side event should I use to determine if the user clicked Cancel ?
Thanks
Hi,
editRowEnding is your event.
If you're adding new row ui.rowAdding parameter will be true.
If you're updating row ui.rowAdding parameter will be false.
If user has clicked Cancel button ui.update will be false.
If user has clicked Done button ui.update will be true.
Hope this helps,
Martin Pavlov
Infragistics, Inc.