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
374
Prevent Row Exit without proper data
posted

I want to add a row to a grid but not let the user do anything else until the data in that row has been entered completely/correctly.

Which event is best to check for validation conditions and prevent the user from exiting the row ? 

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

     Hi,

          I think you can use BeforeRowUpdate. Set e.Cancel to true to stop the user from leaving the row. Also see the BeforeRowUpdateCancelAction property on the grid.

Children
No Data