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
Selecting all rows in TDBAdvGrid

The index of the last row in the grid is RowCount -1.
To select all normal selectable rows use following code snippet:
Grid.SelectRows(Grid.FixedRows, Grid.RowCount - 1);