/
col.xyz.defaultSort
col.xyz.defaultSort
Use this property to specify a default sorting when viewing a grid
Class | column |
---|---|
Property | col.xyz.defaultSort |
Formal specification | col.xyz.defaultSort = "Ascending" | "Descending" |
Required | no |
Default | none |
Version | 1.11 |
Comment | When this property is set, the grid is sorted on this specific column (either ascending or descending) gd.columns = city, zip, street, housenumber
col.zip.defaultSort = Ascending
col.housenumber.defaultSort = Descending
then the order when the grid is reloaded is select city, zip, street, housenumber where issueid = x order by zip asc, housnumber desc
|
Example | |
Reference |
Related content
gd.query.columns
gd.query.columns
More like this
gd.columns
gd.columns
More like this
gd.rownumbers
gd.rownumbers
More like this
col.xyz.sequencePrefix
col.xyz.sequencePrefix
More like this
col.xyz.query
col.xyz.query
More like this
gd.query
More like this