COLHEADERSORTINGMODE property
Applies To
EditTable
Description
A new property as of OI 10 for EditTable controls.
Usage
This property can be set to one of the following values:
0 - Disabled - this is the default value
1 - Sort on single-click
2 - Sort on double-click
When set to 1 or 2, clicking or double-clicking on a column header will automatically sort the contents of the control by that column, in a similar manner to Popup entity sorting. The SORTED event is still raised, however you may still intercept and modify the process if you wish.