element <selectionDecorator>
Namespace:
http://schema.caplin.com/CaplinTrader/gridDefinitions
XML Representation Summary
<selectionDecorator
   
 = 
xs:boolean : "false"
 = 
xs:boolean : "false"
/>
Parent elements (1):
Description
The selection decorator allows the end user to select one or more rows in a grid. Note that the name of this decorator tag assumes that a decorator mapping is defined with id "selectionDecorator" and className "caplin.grid.decorator.SelectionDecorator". The decorator tag name and decorator mapping id value must be prefixed with the namespace required by the bladerunner architecture.
Attribute Detail
persistSelection
Type:
xs:boolean, predefined
Use:
optional
Default:
"false"
A flag that determines whether or not a selected row remains selected when a row in another grid is selected. Valid values are "true" (row remains selected), and "false" (row does not remain selected).

singleSelection
Type:
xs:boolean, predefined
Use:
optional
Default:
"false"
A flag that determines whether the end user can select one row or multiple rows in a grid. Valid values are "true" (only one row at a time can be selected), and "false" (multiple rows can be selected).