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
415
Ultragrid row validation
posted

 I have a winform which has several UltraGrid on it.  I have been doing cell validation in

OnBeforeExitEditMode() event.  However, I am now in a situation that I have to validate based on values from more than one cells.  So I have to perform validation after user has entered all the data for the entire row.  Is there an event that captures row changes?  OnBeforeExitEditMode() will not work since it is fired after every cell change.  I tried

OnBeforeRowDeactivate() but this event does not fire when user clicks on another grid or close the form.

I am coding with Infragistics V9.1.  Thanks.

Parents Reply Children
No Data