ExpanderAction: function (sender, args);
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.
The ExpanderAction event occurs on expanding an expander in the table of the express report working area.
The example of event use is given on the Example of Creating the EaxGrid Component page.
See also: