Selecting records in a grid
To select a single record in a grid, select the check box in the first column of the row. In some grids you can only select one record at a time, but in most you can select additional records by selecting their check boxes.
To select a range of records in a grid, select the first row, then hold the Shift key and select the last row in the range.
In the modern interface you can select the check box or click anywhere in the row.
You can also select the check box in the header of the first column to select all records in a grid.
- In the classic interface, the check box in the header of the first column selects all
records in the result set, whether or not they are currently shown in the grid.
For example, if a search returns 300 records, the results grid will only show the first 100 when it first loads. However, selecting the check box at the top of the first column will select all 300 records in the search results, not just the first 100. (The count of selected records in the bottom right corner shows the number of displayed records that are selected. If you have selected all records, the count will increase as you scroll down in the grid and more records are loaded.)
- In the modern interface, the check box in the header of the first column only selects
the records that are currently shown in the grid.
For example, if a grid is showing the first 100 of 300 search results, selecting the check box at the top of the first column will select those 100 records. As you scroll down and more records are loaded in the grid, those records are not selected.