GridView.SelectionChanged

Syntax

SelectionChanged: function(sender, args, timeout);

Parameters

sender. Event source.

args. Event information.

timeout. Time delay (milliseconds) after which the event occurs.

Description

The SelectionChanged event in fires after changing selection in the table.

Example

The example of use is given in the page with description of the GridView.EditMode property.

See also:

GridView