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.