DataGrid.FireProcessingNodeEvent

Syntax

FireProcessingNodeEvent: Boolean;

Description

The FireProcessingNodeEvent property determines whether the DataGrid.ProcessingNode event is generated on processing table DOM elements.

Comments

Use JSON or the setFireProcessingNodeEvent method to set the property value, and the getFireProcessingNodeEvent method to get the property value.

Available Values:

Example

The example of use is given on the page with description of the DataGrid.ProcessingNode event.

See also:

DataGrid