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,