Initial sort direction
Description
Defines the initial sort direction for a column in the List Layout.
Discussion
When you define the sort action for a column in a List control you can set the initial sort direction. If the column is unsorted when the user clicks on the column heading, the initial sort direction is defined by the Initial sort direction property.
To set the initial sort direction, set the Initial sort direction property in the List Builder for the selected column. The sort direction can be one of the following:
- Direction
- Description
- Ascending
Sort the list rows in ascending order. (Default)
- Descending
Sort the list rows in descending order.
The Grid component has similar capacity to set the initial sort direction.