From fcb3bb614989693c5c2e881b03989423282dfd5b Mon Sep 17 00:00:00 2001 From: Arman Boyakhchyan Date: Tue, 30 Dec 2025 10:10:02 +0400 Subject: [PATCH 1/2] Grids: Update allowColumnResizing --- .../GridBase/1 Configuration/allowColumnResizing.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/api-reference/10 UI Components/GridBase/1 Configuration/allowColumnResizing.md b/api-reference/10 UI Components/GridBase/1 Configuration/allowColumnResizing.md index b6a3c5efca..d48e87edbc 100644 --- a/api-reference/10 UI Components/GridBase/1 Configuration/allowColumnResizing.md +++ b/api-reference/10 UI Components/GridBase/1 Configuration/allowColumnResizing.md @@ -5,10 +5,12 @@ default: false --- --- ##### shortDescription -Specifies whether a user can resize columns. +Enables column resizing. --- -By default, the width of each column depends on the [width of the UI component](/api-reference/10%20UI%20Components/DOMComponent/1%20Configuration/width.md '{basewidgetpath}/Configuration/#width') and the total number of [columns](/api-reference/10%20UI%20Components/GridBase/1%20Configuration/columns '{basewidgetpath}/Configuration/columns/'). You can allow a user to resize the columns at runtime by setting the **allowColumnResizing** property to **true**. +When enabled, this property allows users to drag column separators in the header row to update column widths. Initial column widths depend on the component's [width](/api-reference/10%20UI%20Components/DOMComponent/1%20Configuration/width.md '{basewidgetpath}/Configuration/#width') and the number of displayed [columns](/api-reference/10%20UI%20Components/GridBase/1%20Configuration/columns '{basewidgetpath}/Configuration/columns/'). + +[note] To ensure correct column resizing behavior when [columnHidingEnabled]({basewidgetpath}/Configuration/#columnHidingEnabled) is `true`, specify column widths ([columnWidth]({basewidgetpath}/Configuration/#columnWidth)/**columns[]**.[width]({basewidgetpath}/Configuration/columns/#width)) or enable [columnAutoWidth]({basewidgetpath}/Configuration/#columnAutoWidth). #include common-demobutton-named with { url: "https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/ColumnResizing/", From b233fa4d1affbf92b02740c014ec92ffef1ffd68 Mon Sep 17 00:00:00 2001 From: Arman Boyakhchyan Date: Mon, 5 Jan 2026 08:24:10 +0400 Subject: [PATCH 2/2] Update api-reference/10 UI Components/GridBase/1 Configuration/allowColumnResizing.md Co-authored-by: Albert Totten <49917542+albertov05@users.noreply.github.com> --- .../GridBase/1 Configuration/allowColumnResizing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/10 UI Components/GridBase/1 Configuration/allowColumnResizing.md b/api-reference/10 UI Components/GridBase/1 Configuration/allowColumnResizing.md index d48e87edbc..f6e55f62ce 100644 --- a/api-reference/10 UI Components/GridBase/1 Configuration/allowColumnResizing.md +++ b/api-reference/10 UI Components/GridBase/1 Configuration/allowColumnResizing.md @@ -10,7 +10,7 @@ Enables column resizing. --- When enabled, this property allows users to drag column separators in the header row to update column widths. Initial column widths depend on the component's [width](/api-reference/10%20UI%20Components/DOMComponent/1%20Configuration/width.md '{basewidgetpath}/Configuration/#width') and the number of displayed [columns](/api-reference/10%20UI%20Components/GridBase/1%20Configuration/columns '{basewidgetpath}/Configuration/columns/'). -[note] To ensure correct column resizing behavior when [columnHidingEnabled]({basewidgetpath}/Configuration/#columnHidingEnabled) is `true`, specify column widths ([columnWidth]({basewidgetpath}/Configuration/#columnWidth)/**columns[]**.[width]({basewidgetpath}/Configuration/columns/#width)) or enable [columnAutoWidth]({basewidgetpath}/Configuration/#columnAutoWidth). +[note] To ensure correct column resize behavior when [columnHidingEnabled]({basewidgetpath}/Configuration/#columnHidingEnabled) is `true`, specify column widths ([columnWidth]({basewidgetpath}/Configuration/#columnWidth)/**columns[]**.[width]({basewidgetpath}/Configuration/columns/#width)) or enable [columnAutoWidth]({basewidgetpath}/Configuration/#columnAutoWidth). #include common-demobutton-named with { url: "https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/ColumnResizing/",