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
960
BeforeRowUpdate event
posted

Hi,

 

i have a grid where I want to cancel the beforerowupdate event if certain conditions are not met.

The RowUpdateCancelAction is set to CancelUdate which is what I want.

However, when I set e.cancel = true, the row gets updated regardless.

 

Are there any other settings I need to set?

 

Thanks,

Parents
No Data
Reply
  • 469350
    Suggested Answer
    Offline posted

    Hi,

    If you are cancelling BeforeRowUpdate and the row is still getting updated, then something is seriously wrong.

    What exactly do you mean when you say the row is "updated regardless"?

    What kind of data source are you using?

Children