EnableSelection: Boolean;
The EnableSelection property determines whether table rows can be selected.
Use JSON or the setEnableSelection method to set the property value and the getEnableSelection method to get the property value.
Available Values:
true. Selecting of table rows is enabled (default).
false. Selecting of table rows is disabled, and regular text selecting in table is enabled.
The example of use is given on the page with description of the DataGridSelection class constructor.
See also: