Skip to content

Commit

Permalink
Update after review
Browse files Browse the repository at this point in the history
  • Loading branch information
vladaskorohodova committed Sep 15, 2023
1 parent 4cf380b commit b168438
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
You can call the following methods to focus a cell:

- [focus](/Documentation/ApiReference/UI_Components/dxDataGrid/Methods/#focuselement)
Allows you to set focus on a cell. You can use the [getCellElement](/Documentation/ApiReference/UI_Components/dxDataGrid/Methods/#getCellElementrowIndex_dataField) method to get elements of required cells.
Allows you to move focus to a cell. Call the [getCellElement](/Documentation/ApiReference/UI_Components/dxDataGrid/Methods/#getCellElementrowIndex_dataField) method to obtain cell container. Then, use the cell container as an argument in the **focus** method.

- [editCell](/Documentation/ApiReference/UI_Components/dxDataGrid/Methods/#editCellrowIndex_dataField)
Switches a cell to the editing state and moves focus to this cell.

0 comments on commit b168438

Please sign in to comment.