Skip to content

Commit 7d697fc

Browse files
Merge pull request #4196 from syncfusion-content/956745-Horizontal-Scroll
956745: Added the limitation in frozen column and column virtualization.
2 parents b3eba56 + 1956f97 commit 7d697fc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ej2-asp-core-mvc/grid/EJ2_ASP.MVC/columns/frozen-column.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ In the following example, the [FrozenColumns](https://help.syncfusion.com/cr/asp
2929
> * Frozen Grid support column virtualization feature, which helps to improve the Grid performance while loading a large dataset.
3030
> * The frozen feature is supported only for the columns that are visible in the current view.
3131
> * You can use both `FrozenColumns` property and [FrozenRows](https://help.syncfusion.com/cr/aspnetmvc-js2/syncfusion.ej2.grids.grid.html#Syncfusion_EJ2_Grids_Grid_FrozenRows) property in the same application.
32+
> * When both frozen columns and column virtualization are enabled, horizontal scrolling using touchpad gestures (e.g., two-finger swipe) is not supported. Users must use the horizontal scrollbar to scroll the Grid content.
3233
3334
## Freeze particular columns
3435

ej2-asp-core-mvc/grid/EJ2_ASP.NETCORE/columns/frozen-column.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ In the following example, the [frozenColumns](https://help.syncfusion.com/cr/asp
2929
> * Frozen Grid support column virtualization feature, which helps to improve the Grid performance while loading a large dataset.
3030
> * The frozen feature is supported only for the columns that are visible in the current view.
3131
> * You can use both `frozenColumns` property and [frozenRows](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.ej2.grids.grid.html#Syncfusion_EJ2_Grids_Grid_FrozenRows) property in the same application.
32+
> * When both frozen columns and column virtualization are enabled, horizontal scrolling using touchpad gestures (e.g., two-finger swipe) is not supported. Users must use the horizontal scrollbar to scroll the Grid content.
3233
3334
## Freeze particular columns
3435

0 commit comments

Comments
 (0)