diff --git a/components/grid/selection/cells.md b/components/grid/selection/cells.md index dad9261b4..f438fe747 100644 --- a/components/grid/selection/cells.md +++ b/components/grid/selection/cells.md @@ -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