Selection: Object;
The Selection property determines current selection in the table.
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.
The example of use is given in the page with description of the GridView.EditMode property.
See also: