GridNavigator Object Members
See Also
GridNavigator Overview | Navigator Property

GridNavigator Object Members
Public Methods
| Method | Description |
|---|---|
BeginEdit |
Call this method to start editing the currently focused item (puts the item in edit mode). |
MoveDown |
Moves the focus and/or selection down one row. Simulates pressing the down arrow key to navigate the grid rows. |
MoveFirstColumn |
Moves focus to the first focusable GridRecordItem in the currently selected row. |
MoveFirstRow |
Moves the focus and/or selection to the first row in the grid. Simulates pressing the Home key when navigating the grid rows. |
MoveFirstVisibleRow |
Moves the focused row to the first visible body row of the grid. |
MoveLastColumn |
Moves focus to the last focusable GridRecordItem in the currently selected row. |
MoveLastRow |
Moves the focus and/or selection to the last row in the grid. Simulates pressing the End key when navigating the grid rows. |
MoveLastVisibleRow |
Moves the focused row to the last visible body row of the grid. |
MoveLeft |
Moves focus to the item to the immediate left of the currently focused item in the currently selected row. |
MovePageDown |
Moves the focus and/or selection down one page. Simulates pressing the PageDown key to navigate the grid rows. |
MovePageUp |
Moves the focus and/or selection up one page. Simulates pressing the PageUp key to navigate the grid rows. |
MoveRight |
Moves focus to the item to the immediate right of the currently focused item in the currently selected row. |
MoveToColumn |
Moves focus to the item in the specified column of the currently selected row. |
MoveToRow |
Moves the focus and/or selection to a specified row index. |
MoveUp |
Moves the focus and/or selection up one row. Simulates pressing the up arrow key to navigate the grid rows. |
Public Properties
| Property | Description |
|---|---|
CurrentFocusInFootersRows |
Gets whether the focused row belongs to the footer rows or moves focus (selected row) to the footer rows. |
CurrentFocusInHeadersRows |
Gets whether the focused row belongs to the header rows or moves focus (selected row) to the header rows. |
See Also
GridNavigator Overview | Navigator Property
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.

