You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ej2-javascript/grid/columns/frozen-column.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,7 @@ In the following example, the [frozenColumns](../../api/grid/#frozencolumns) pro
46
46
> * Frozen Grid support column virtualization feature, which helps to improve the Grid performance while loading a large dataset.
47
47
> * The frozen feature is supported only for the columns that are visible in the current view.
48
48
> * You can use both `frozenColumns` property and [frozenRows](../../api/grid/#frozenrows) property in the same application.
49
+
> * 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.
0 commit comments