EditItem Method
Description
The EditItem method is used to set focus to a specific row and column so that it can be edited.
Syntax
Public Sub EditItem( _
ByVal [Row](XtremeGridControl~GridRow.md) As GridRow, _
ByVal [Column](XtremeGridControl~GridColumn.md) As GridColumn _
)
Parameters
-
Row
Reference to the GridRow that contains the item that will be edited. -
Column
Reference to the GridColumn that contains the item that will be edited.
Remarks
The item that will be edited is the item where the specified GridRow and GridColumn intersect. The EditItem method will allow the item to be edited without making the item editable.
If the item to be edited is not currently in the grid view, the rows will scroll until the item is visible in the grid view.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.