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.

<cfset grid.event.attach("afterInsert",handlerFunc)>

Parameters handlerFunc:

  • action - DataAction Object

Availability:

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

Sample:

Back to top