|
DataColumn | | (Required) The name of a data field/column returned from the DataLayer. |
DataType | UserDefined |
Text |
Number |
Date |
| Specifies the type of data present. |
FirstSortSequence | | Determines the initial sequence (ascending or descending) used when the user clicks on the header to sort the column.
When there are multiple comma-delimited columns listed in the DataColumn attribute, then there may also be multiple comma-delimted sequences.
The default is ascending. The sort order then toggles between ascending and descending when the column header is clicked again. This behavior can be over-ridden by setting the ReverseSortSequence attribute. |
ReverseSortSequence | | Determines the reverse sort sequence (ascending or descending) used when the user clicks on the header to sort the column for the second time.
When there are multiple comma-delimited columns listed in the DataColumn attribute, then there may also be multiple comma-delimted sequences.
The default value is the opposite direction of the FirstSortSequence.
ReverseSortSequence is most useful for preventing a column from reversing direction. |