EaxGridView.ExpanderAction

Syntax

ExpanderAction: function (sender, args);

Parameters

sender. Event source.

args. Event information. Available properties: IsCollapse - indicates that the expander is expanded, coord { colIndex, rowIndex} - coordinates of the current expander (column index and row index), Expanders - expander list.

Description

The ExpanderAction event occurs on expanding an expander in the table of the express report working area.

Example

The example of event use is given on the Example of Creating the EaxGrid Component page.

See also:

EaxGridView