on Validation events

I have a grid that is connected to a DataProcessor. I am trying to get control in my javascript on a validation error (to disable a button) and then get control again once all errors have been fixed.

I have tried attaching

onValidationError and onLiveValidationError events to the grid, but they never get control. The “red” line functions properly and forces the user to correct the error, so validation is working OK, but I never get control in the event handlers.

I thought that since it was connected to a DataProcessor, perhaps I needed to attach handlers to the dataprocessor’s onValidationError and onBeforeDataSending. When I do this, I receive the onBeforeDataSending but never the onValidationError events.

but never the onValidationError events
Unfortunately we cannot reproduce this issue locally. Please check example here dhtmlx.com/docs/products/dht … ssage.html