I am working on client validation for webix grid. I am stopping closing of editor if the value is invalid [ Note $(element).valid() return false] by stopping the execution of the edit stop method. This work fine. But when user Click on another editor and put valid value then lost focus of that edit cause closing of previous editor that is invalid. Opps that is error I just want to close particular editor only where I observe id with editStop method is undefined. Can any one put some light here.
Do you have the logic similar to this?
http://docs.webix.com/samples/15_datatable/25_validation/07_edit_validation.html
As you can see, invalid editor does not close when another cell is edited and passes validation.
Thanks!