Frequently Asked Component Specific Questions

Options

Display all FAQ items

Search FAQ items:


Displaying items 1 to 1 of 1, page 1 of 1

<< previous next >>

TDBAdvGrid
Multi-column sorting in TDBAdvGrid

When:
DBAdvGrid.PageMode := False;
DBAdvGrid.SortSettings.Show := True;
DBAdvGrid.SortSettings.IndexShow := True; 
a regular click on a column header starts the primary column sort, additional columns are then sorted by a shift-click on their column header.