Cancel for sending data to DB

Hi guys, It is possible to cancel sending data through onBeforeUpdate event. Im doing validations in this event.

best regards

Hello,
onBeforeUpdate is blockable, if you return false value from the handler nothing will be sent to the server
docs.dhtmlx.com/doku.php?id=dhtm … foreupdate