diff --git a/ej2-asp-core-mvc/grid/EJ2_ASP.MVC/columns/frozen-column.md b/ej2-asp-core-mvc/grid/EJ2_ASP.MVC/columns/frozen-column.md index 1b61dadd2c..41ccb6295b 100644 --- a/ej2-asp-core-mvc/grid/EJ2_ASP.MVC/columns/frozen-column.md +++ b/ej2-asp-core-mvc/grid/EJ2_ASP.MVC/columns/frozen-column.md @@ -29,6 +29,7 @@ In the following example, the [FrozenColumns](https://help.syncfusion.com/cr/asp > * Frozen Grid support column virtualization feature, which helps to improve the Grid performance while loading a large dataset. > * The frozen feature is supported only for the columns that are visible in the current view. > * 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. +> * 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. ## Freeze particular columns diff --git a/ej2-asp-core-mvc/grid/EJ2_ASP.NETCORE/columns/frozen-column.md b/ej2-asp-core-mvc/grid/EJ2_ASP.NETCORE/columns/frozen-column.md index 3464dfef50..0eac4e6fe4 100644 --- a/ej2-asp-core-mvc/grid/EJ2_ASP.NETCORE/columns/frozen-column.md +++ b/ej2-asp-core-mvc/grid/EJ2_ASP.NETCORE/columns/frozen-column.md @@ -29,6 +29,7 @@ In the following example, the [frozenColumns](https://help.syncfusion.com/cr/asp > * Frozen Grid support column virtualization feature, which helps to improve the Grid performance while loading a large dataset. > * The frozen feature is supported only for the columns that are visible in the current view. > * 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. +> * 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. ## Freeze particular columns