EaxGridView.SelectionChanged

Syntax

SelectionChanged: function (sender, args);

Parameters

sender. Event source.

args. Event information. Available arguments: Selection - selected cell range in JSON format, FocusedCell - coordinates of the cell over which the mouse pointer is hovered.

Description

The SelectionChanged event occurs after changing selection 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