Grid rows verification problem

Hello,

i have a grid with one editable column and rows with different types, some rows there required(must be filled). I have a function(checkRequiredFields) which checks required fields by onBeforeDataSending event. This function checks all required fields and if some of them empty then function doesn’t allow to send data to the server and requires user to fill needed fields.

The problem is, e.g. i have two required fields and one of them didn’t fill and sent data to server, verificator didn’t allow to send data. But when i fill missing field and send to server there is this one field only will sent and none of the filled before fist validation.

Please advise how can I updated ALL the changed fields to send them to server side.

Thank you.
Regards,
Alex.

Hello, is there any chance to get response please?

Try to use DataProcessor validation docs.dhtmlx.com/doku.php?id=dhtm … validation
Example is available here dhtmlx.com/docs/products/dht … marks.html

setVerificator method applies to column but in my case i have to check some cells with different types in one single column.

I’ve achieved needed behavior with forced validation.

Thanks.