Data Grid
The data grid is used on the Main Form - Item List View and other forms to display data in tabular format. Data may edited by selecting the Edit menu or by clicking the Edit Command Button. The grid provides several options for the convenient display of your data. You may:
- Sort the columns in ascending or descending order by clicking on the column headers.
- Change the column order by dragging and dropping the column header to the desired position
- Changed the column width by dragging the dividing line between the column headers.
- Hide and show specific columns by right-clicking the grid and selecting "Grid Manager". You may also enter CTRL+G. You may also use the grid manager to change the column width and/or order.
- In most cases the values in the grid can be edited provided that TrackPro is in edit mode. When you click on the value to be edited TrackPro will display the appropriate control for the data to be edited. For example, if you wish to edit a date the date selector will be displayed,
Note: TrackPro will automatically save the column widths and order. |
The following key strokes are active when the grid is the control that has focus. The grid has focus when you click on it.
|
Key |
Action |
|
Home |
Moves the cursor to the first column of the current row |
|
End |
Moves the cursor to the last column of the current row |
|
CTRL-Home |
Moves the cursor to the first row of the current column |
|
CTRL-End |
Moves the cursor to the last row of the current column |
|
F6 |
Restore the grid to the default settings |
|
F7 |
Toggle alternate row color on or off |
|
F8 |
Toggle Grid Cell-ToolTips on or off. Cell-ToolTips will display the entire content of a grid cell. |
|
F9 |
Toggle "Full Row Selection" on or off. |
|
F10 |
If the Standards Used Grid is selected F10 will toggle the size and location of the Standards Used Grid to show more or less data |
|
PgUp |
Moves the previous page of rows to the visible portion of the grid |
|
PgDn |
Moves the next page of rows to the visible portion of the grid |
|
? |
Moves focus one column to the left and makes it visible if the column is currently outside the view of the grid |
|
? |
Moves focus one column to the right and makes it visible if the column is currently outside the view of the grid |
|
? |
Moves focus one row up and makes it visible if the row is currently outside the view of the grid |
|
? |
Moves focus one row down and makes it visible if the row is currently outside the view of the grid |