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
140
Row Edit Dialog - how to cancel on failed validation check
posted

With Ignite UI version 16.2, the Updating rowEditDialogClosing event has been replaced by the new rowEditDialogBeforeClose event but, unlike its predecessor, this event is not cancelable.  

I need to validate the data entered by the user in the row edit dialog and cancel the closing event if it fails validation.  How do I do this now if the event is not cancelable?