custom code can be attached in common way
dp.attachEvent(event_name, some_function);
onRowMark - occurs each time when row need to be repaint, blockable.
-
onBeforeUpdate - occurs before data sending to the server, occurs for each row, blockable.
onBeforeDataSending - occurs after data was validated and its ready to be sent, occurs once for all rows in sending group, blockable.
-
-
onFullSync - occurs after saving all data ( there are no unsaved changes ).