GridView.Selection

Syntax

Selection: Object;

Description

The Selection property determines current selection in the table.

Comments

Use the setSelection method to set the property value and the getSelection method to get the property value. Property value cannot be set from JSON.

Value of this property is a JSON object with the following fields: range - selection range in the express report table, type - selection type.

Example

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

See also:

GridView