Skip to content

GridNavigator Object Members

See Also

GridNavigator Overview | Navigator Property

See Also


GridNavigator Object Members

Public Methods

Method Description
Public MethodBeginEdit Call this method to start editing the currently focused item (puts the item in edit mode).
Public MethodMoveDown Moves the focus and/or selection down one row. Simulates pressing the down arrow key to navigate the grid rows.
Public MethodMoveFirstColumn Moves focus to the first focusable GridRecordItem in the currently selected row.
Public MethodMoveFirstRow Moves the focus and/or selection to the first row in the grid. Simulates pressing the Home key when navigating the grid rows.
Public MethodMoveFirstVisibleRow Moves the focused row to the first visible body row of the grid.
Public MethodMoveLastColumn Moves focus to the last focusable GridRecordItem in the currently selected row.
Public MethodMoveLastRow Moves the focus and/or selection to the last row in the grid. Simulates pressing the End key when navigating the grid rows.
Public MethodMoveLastVisibleRow Moves the focused row to the last visible body row of the grid.
Public MethodMoveLeft Moves focus to the item to the immediate left of the currently focused item in the currently selected row.
Public MethodMovePageDown Moves the focus and/or selection down one page. Simulates pressing the PageDown key to navigate the grid rows.
Public MethodMovePageUp Moves the focus and/or selection up one page. Simulates pressing the PageUp key to navigate the grid rows.
Public MethodMoveRight Moves focus to the item to the immediate right of the currently focused item in the currently selected row.
Public MethodMoveToColumn Moves focus to the item in the specified column of the currently selected row.
Public MethodMoveToRow Moves the focus and/or selection to a specified row index.
Public MethodMoveUp Moves the focus and/or selection up one row. Simulates pressing the up arrow key to navigate the grid rows.

Public Properties

Property Description
Public PropertyCurrentFocusInFootersRows Gets whether the focused row belongs to the footer rows or moves focus (selected row) to the footer rows.
Public PropertyCurrentFocusInHeadersRows 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.