Check documentation for the latest version of dhtmlxSuite beforeDelete DHTMLX Docs

beforeDelete

The event occurs before deleting record in database and can cancel default delete statement or validate incoming values.

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

Parameters handlerFunc:

Availability:

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

Sample:

Back to top