var instance; // Type: wijmo.grid.IWijgridOptions; var value; // Type: number value = instance.staticRowIndex;
var staticRowIndex : number;
Indicates the index of data rows that will always be shown on the top when the wijgrid is scrolled vertically. Obsoleted, use the scrollingSettings.staticRowIndext property instead.
var instance; // Type: wijmo.grid.IWijgridOptions; var value; // Type: number value = instance.staticRowIndex;
var staticRowIndex : number;
$("#element").wijgrid({ staticRowIndex: -1 });