dhtmlxDataProcessor - setVerificator

The following link shows an answer to a question that I also have. But is this really the “best” answer? Modifying the code base?



dhtmlx.com/docs/products/kb/ … erificator



Why would the code fire upon"Inserting" the row and before the data is even attempted to be set? This doesn’t make sense to me. Please explain why it does this.

The existing code works in the same way as mentioned above, but in few days we releasing new version , which will have this and some other issues fixed ( the validation call will be executed only before row in question sent to server side )
If you need an updated version ASAP - please contact us directly at support@dhtmlx.com

>>This doesn’t make sense to me. Please explain why it does this
Actually, if non-interruptive marking used - it may be quite usefull - to show which fields in newly row are mandatory for example. But I agree it is not the best default behavior ( in new version it will be possible to achieve old behavior through events )