Check documentation for the latest version of dhtmlxSuite afterUpdate DHTMLX Docs

afterUpdate

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

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

Parameters handlerFunc:

Availability:

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

Sample:

Back to top