Column sorting
Less than 1 minute
Sort by column header row
The component allows TDBVertGridEh to sort line on the column headers fields. To specify the type of the sort use TDBVertGridEh.RowsSortOrder property. The RowsSortOrder property is of TDBVertGridRowsSortOrderEh enumeration type and can contain the following values:
vgsoByFieldRowIndexEh Sort by order of the fields in the collection TDBVertGridEh.Rows (Sort by default).
vgsoByFieldRowCaptionAscEh Sort by Title fields Row[i].RowLabel.Caption ascending.
vgsoByFieldRowCaptionDescEh Sort by FIeldRow Title Row[i].RowLabel.Caption descending.
