Skip to content

Commit e770a35

Browse files
authored
DocGen 25_1 result (#7984)
1 parent fff3599 commit e770a35

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

api-reference/10 UI Components/GridBase/1 Configuration/columnAutoWidth.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Specifies if the component adjusts column widths to fit content.
1010
---
1111
When this property is disabled, the component displays data in equal-width columns. {WidgetName} stretches columns to the component container and cuts off values that do not fit. The component displayes an ellipsis at the end of each cut off value.
1212

13-
When **columnAutoWidth** is enabled, the component adjusts the width of each column to avoid cutting off long values. If {WidgetName} content is wider than the component container, {WidgetName} enables horizontal [scrolling](/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/scrolling/) to fit content.
13+
When **columnAutoWidth** is enabled, the component adjusts the width of each column to avoid cutting off long values. If {WidgetName} content is wider than the component container, {WidgetName} enables horizontal [scrolling](/api-reference/10%20UI%20Components/dxDataGrid/1%20Configuration/scrolling '/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/scrolling/') to fit content.
1414

1515
[note] When this property is enabled, virtual keyboards may experience issues with {WidgetName} input.
1616

@@ -24,7 +24,7 @@ When **columnAutoWidth** is enabled, the component adjusts the width of each col
2424
}
2525

2626
#####See Also#####
27-
- [columnWidth](/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/#columnWidth)
27+
- [columnWidth](/api-reference/10%20UI%20Components/GridBase/1%20Configuration/columnWidth.md '/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/#columnWidth')
2828
- [width](/api-reference/10%20UI%20Components/DOMComponent/1%20Configuration/width.md '{basewidgetpath}/Configuration/#width')
2929
- [columnFixing](/api-reference/10%20UI%20Components/GridBase/1%20Configuration/columnFixing '{basewidgetpath}/Configuration/columnFixing/')
3030
- [wordWrapEnabled](/api-reference/10%20UI%20Components/GridBase/1%20Configuration/wordWrapEnabled.md '{basewidgetpath}/Configuration/#wordWrapEnabled')

api-reference/10 UI Components/GridBase/1 Configuration/columnWidth.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Specifies the width for all [data columns](/concepts/05%20UI%20Components/DataGr
1010
---
1111
When this property is unspecified and the component container is wider than the content, {WidgetName} stretches columns to fit the container width. If the content is wider than the component container, {WidgetName} cuts off long values that do not fit. {WidgetName} displayes an ellipsis at the end of each cut off value.
1212

13-
When this property is *"auto"*, the component adjusts column widths to fit data. The component decreases its width if the content is narrower than the {WidgetName} container. If the content is wider than the component container, {WidgetName} enables horizontal [scrolling](/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/scrolling/) to fit content.
13+
When this property is *"auto"*, the component adjusts column widths to fit data. The component decreases its width if the content is narrower than the {WidgetName} container. If the content is wider than the component container, {WidgetName} enables horizontal [scrolling](/api-reference/10%20UI%20Components/dxDataGrid/1%20Configuration/scrolling '/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/scrolling/') to fit content.
1414

1515
[note] When **columnWidth** is set to *"auto"*, virtual keyboards may experience issues with {WidgetName} input.
1616

@@ -24,5 +24,5 @@ When this property is *"auto"*, the component adjusts column widths to fit data.
2424
}
2525

2626
#####See Also#####
27-
- [columnAutoWidth]({basewidgetpath}/Configuration/#columnAutoWidth)
27+
- [columnAutoWidth](/api-reference/10%20UI%20Components/GridBase/1%20Configuration/columnAutoWidth.md '{basewidgetpath}/Configuration/#columnAutoWidth')
2828
- [columnMinWidth](/api-reference/10%20UI%20Components/GridBase/1%20Configuration/columnMinWidth.md '{basewidgetpath}/Configuration/#columnMinWidth')

0 commit comments

Comments
 (0)