EaxGridView.SelectionChanging

Syntax

SelectionChanging: function (sender, args);

Parameters

sender. Event source.

args. Event information. Available arguments: Selection - selected cell range in JSON format.

Description

The SelectionChanging event occurs in the process of changing selection in the table of the express report working area, before he user releases the mouse button.

Example

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

See also:

EaxGridView