From e4438ac4000ccbd4ef0f8f6fae22345003e590aa Mon Sep 17 00:00:00 2001 From: Build Automaion Date: Tue, 13 May 2025 11:10:13 +0530 Subject: [PATCH] Integrated latest changes at 05-13-2025 10:31:10 AM --- ej2-javascript/grid/columns/frozen-column.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ej2-javascript/grid/columns/frozen-column.md b/ej2-javascript/grid/columns/frozen-column.md index 2180e99bc..5e21b33a3 100644 --- a/ej2-javascript/grid/columns/frozen-column.md +++ b/ej2-javascript/grid/columns/frozen-column.md @@ -46,6 +46,7 @@ In the following example, the [frozenColumns](../../api/grid/#frozencolumns) pro > * 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](../../api/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