Home Search

DriveWorks Pro 21
Sort Allowed

Send Feedback

Sort Allowed

The Sort Allowed property specifies whether sorting is enabled when the column headers are clicked).

Sorting

Sorting is applied in the following order:

  1. First Click - Sort Ascending (numerically or alphabetically depending on the data within the column)
  2. Second Click - Sort Descending (numerically or alphabetically depending on the data within the column)
  3. Third Click - Return to the original order

This exhibits the same behavior across all DriveWorks modules and supported browsers.

Property Type: Fixed

Default Value: False

Hierarchical Reference: ControlName.SortAllowed

To Change the Default Fixed Value

The default value of the property can be changed by selecting the drop down list at the end of the property field

  1. Click in the property for the control to be changed
  2. Click the drop down button at the end of the property field
  3. Select the required value from the list

Examples

Sort Allowed Property ValueResult
True

Clicking the column header will sort the table.

False

Sorting will be disabled.

Form Design

A type of control property where the value can only be set in the Form Designer (not by a rule).