Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ej2-javascript/grid/columns/frozen-column.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down