element <columnSortDecorator>
Namespace:
http://schema.caplin.com/CaplinTrader/gridDefinitions
XML Representation Summary
<columnSortDecorator/>
Parent elements (1):
Description
The column sort decorator cycles the grid through three sort orders each time a column header is double clicked. The sort cycle is: sort ascending, sort descending, and remove sorting. When the sort order is ascending or descending, the grid is sorted by the primary field of the column that is double clicked. The primary field is the first field in the list of fields defined by the 'fields' attribute of the <column> tag. The sort cycle restarts each time a different column header is double clicked. Specify this decorator as an empty tag: <columnSortDecorator />. Note that the name of this decorator tag assumes that a decorator mapping is defined with id "columnSortDecorator" and className "caplin.grid.decorator.ColumnSortDecorator". The decorator tag name and decorator mapping id value must be prefixed with the namespace required by the bladerunner architecture.