Check documentation for the latest version of dhtmlxSuite afterInsert DHTMLX Docs

afterInsert

The event occurs after inserting values into database and can can be used to pass additional values to client-side.

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

Parameters handlerFunc:

Availability:

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

Sample:

Back to top