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
815
editRowEnding
posted

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

Parents
No Data
Reply
  • 23953
    Suggested Answer
    Offline posted

    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.

Children
No Data