| Grid usage |
On the Grid,
the property exists both for the complete grid and on
each column. To reference the Grid settings, set 'Column to zero prior accessing the
property. To reference a column, set the 'Column property to the
desired column prior access. There are three values allowed for this
property:
0 = Disable
sorting on click of column header
1 = Enable
sorting on click of column header
-1 = Use grid default setting (column only)
When setting the property
for a specific column, you can specify a value of -1
which forces the column to adhere to the current Grid
default setting.
|