Skip to content

Commit

Permalink
Update grid picture
Browse files Browse the repository at this point in the history
  • Loading branch information
vladaskorohodova committed Oct 15, 2024
1 parent 68d9a9e commit 2d3ddbb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
In some cases, the UI component contains so many columns that they cause horizontal scrolling. If specific columns should be on screen constantly regardless of how far the UI component is scrolled, a user can fix them.

![DevExtreme HTML5 JavaScript jQuery Angular Knockout UI component DataGrid ColumnFixing](/images/DataGrid/visual_elements/column_fixing.png)
![DevExtreme DataGrid Column Fixing](/images/DataGrid/visual_elements/column_fixing.png)

To allow this, set the **columnFixing**.[enabled](/api-reference/10%20UI%20Components/GridBase/1%20Configuration/columnFixing/enabled.md '/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/columnFixing/#enabled') property to **true**. If a user should never fix (or unfix) a specific column, set its [allowFixing](/api-reference/_hidden/GridBaseColumn/allowFixing.md '/Documentation/ApiReference/UI_Components/dxDataGrid/Configuration/columns/#allowFixing') property to **false**.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
In some cases, the UI component contains so many columns that they cause horizontal scrolling. If specific columns should be on screen constantly regardless of how far the UI component is scrolled, a user can fix them.

![DevExtreme HTML5 JavaScript jQuery Angular Knockout UI component TreeList ColumnFixing](/images/treelist/visual_elements/column_fixing.png)
![DevExtreme TreeList Column Fixing](/images/treelist/visual_elements/column_fixing.png)

To allow this, set the **columnFixing**.[enabled](/api-reference/10%20UI%20Components/GridBase/1%20Configuration/columnFixing/enabled.md '/Documentation/ApiReference/UI_Components/dxTreeList/Configuration/columnFixing/#enabled') property to **true**. If a user should never fix (or unfix) a specific column, set its [allowFixing](/api-reference/_hidden/GridBaseColumn/allowFixing.md '/Documentation/ApiReference/UI_Components/dxTreeList/Configuration/columns/#allowFixing') property to **false**.

Expand Down
Binary file modified images/DataGrid/visual_elements/column_fixing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2d3ddbb

Please sign in to comment.