No onBeforeUpdate event for datatable ?

Why there is no onBeforeUpdate event for datatable ? There is only onDataUpdate but in this event I can’t cancel the update. There is a onBeforeUpdate event in the dataProcessor, but in this I can’t cancel the update also.

You can use onBeforeEditStop event to block user edit operations.

onDataUpdate occurs after any data changes, those may be not related to user’s edit operations.