Skip to content

Commit e1cc339

Browse files
docs(Grid): update cell selection and incell editing (#2361)
1 parent e43e460 commit e1cc339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/grid/selection/cells.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ The selection feature behavior may vary when the Grid configuration combines cel
211211

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

214-
* 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.
214+
* 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.
215215
* [`Inline` edit mode]({%slug components/grid/editing/inline%}) and [`Popup` edit mode]({%slug components/grid/editing/popup%}) integrate with cell selection without limitations.
216216

217217
### Selection and Virtual Scrolling

0 commit comments

Comments
 (0)