Wijmo UI for the Web
staticColumnIndex Field
wijmo.grid Namespace > IScrollingSettings Interface : staticColumnIndex Field

Indicates the index of columns that will always be shown on the left when the grid view is scrolled horizontally. Note that all columns before the static column will be automatically marked as static, too. This can only take effect when the scrollingSettings.mode option is not set to "none". It will be considered "-1" when grouping or row merging is enabled. A "-1" means there is no data column but the row header is static. A zero (0) means one data column and row header are static.

Syntax
var instance; // Type: wijmo.grid.IScrollingSettings;
var value; // Type: number
value = instance.staticColumnIndex;
var staticColumnIndex : number;
Example
$("#element").wijgrid({ scrollingSettings: { staticColumnIndex: -1 } });
See Also

Reference

IScrollingSettings Interface