Check documentation for the latest version of dhtmlxSuite afterDelete DHTMLX Docs

afterDelete

The event occurs after deleting record in database and can be used to pass additional values to client-side.

$conn->event->attach("afterDelete",handlerFunc);

Parameters handlerFunc:

Availability:

  • Available for Grid, TreeGrid, Tree, Scheduler, DataView, Form

Sample: See related afterProcessing sample.

Back to top