Check documentation for the latest version of dhtmlxSuite
Events DHTMLX Docs
Events
Events list
Order of execution
data loading
- incoming request parsed
- beforeSort
- beforeFilter
- sql select executed
- for each selected record
- output data to client
data updating
- incoming request parsed
- global transaction started ( if enabled )
- beforeProcessing
- for each record
- afterProcessing
- global transaction commited ( if enabled )
Back to top