| OrderingItems: | This property defines the fields that can be used for the sort. The syntax is simple: "field". If you want to display an appealing name in the order dialog box (see below) use the syntax "Name=field". You might be willing to use a descending sort, for this use the same syntax as above and add : "; field DESC". If you only want to be able to do a descending sort, use the syntax "field DESC".
|
| OrderingItemNo: | Reference to determine which entry in the OrderingItems property will be used for the sort order.
|
| OrderingLinks: | Enables a glyph in the header of the columns (of grids) that tells if the column is used for the sort and which type of sort is applied. The syntax is "field=numrical reference in the OrderingItems" (1 corresponding to the first item).
|
| | |