Wijmo UI for the Web
dataRowIndex Field
wijmo.grid Namespace > IRowInfo Interface : dataRowIndex Field

Data row index, the index of the data row inside the TBODY section of the wijgrid.

Syntax
var instance; // Type: wijmo.grid.IRowInfo;
var value; // Type: number
value = instance.dataRowIndex;
var dataRowIndex : number;
See Also

Reference

IRowInfo Interface