Box
API
Row
Map

jQuery DataGrid - columnFixing

Configures column fixing.

Type:

ColumnFixing

When the width of all columns exceeds the UI component width, horizontal scrolling appears. If specific columns should be on screen constantly regardless of how far the UI component is scrolled, allow a user to fix them at runtime using the context menu. For this, set the columnFixing.enabled property to true.

DevExtreme HTML5 JavaScript jQuery Angular Knockout DataGrid Column Fixing

When you enable column fixing, command columns become fixed automatically.

DataGrid Demo TreeList Demo

See Also

enabled

Enables column fixing.

Type:

Boolean

Default Value: false

texts

Contains properties that specify texts for column fixing commands in the context menu of a column header.