var instance; // Type: wijmo.grid.IWijgridOptions; var value; // Type: number value = instance.staticColumnIndex;
var staticColumnIndex : number;
Indicates the index of columns that will always be shown on the left when the grid view is scrolled horizontally. Obsoleted, use the scrollingSettings.staticColumnIndex property instead.
var instance; // Type: wijmo.grid.IWijgridOptions; var value; // Type: number value = instance.staticColumnIndex;
var staticColumnIndex : number;
$("#element").wijgrid({ staticColumnIndex: -1 });