From e1cc3399b9a5a0c50bd3375e795ce40f21e15744 Mon Sep 17 00:00:00 2001 From: NansiYancheva <106161782+NansiYancheva@users.noreply.github.com> Date: Fri, 30 Aug 2024 13:36:24 +0300 Subject: [PATCH] docs(Grid): update cell selection and incell editing (#2361) --- components/grid/selection/cells.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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