Skip to content

Commit

Permalink
docs(Grid): update cell selection and incell editing (#2361)
Browse files Browse the repository at this point in the history
  • Loading branch information
NansiYancheva committed Aug 30, 2024
1 parent e43e460 commit e1cc339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/grid/selection/cells.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ The selection feature behavior may vary when the Grid configuration combines cel

When you want to edit a Grid item, the cell selection has the following behavior:

* Cell selection is not supported with [`Incell` edit mode]({%slug components/grid/editing/incell%}) due to the overlapping pointer events that trigger selection and editing. If both features are enabled, only the editing will work.
* Cell selection is not supported with [`Incell` edit mode]({%slug components/grid/editing/incell%}) due to the overlapping pointer events that trigger selection and editing.
* [`Inline` edit mode]({%slug components/grid/editing/inline%}) and [`Popup` edit mode]({%slug components/grid/editing/popup%}) integrate with cell selection without limitations.

### Selection and Virtual Scrolling
Expand Down

0 comments on commit e1cc339

Please sign in to comment.