3.2.0

grid row count always start with zero

the grid representing table , shows row count 0,1,2,...
And not according to setRowIndices()
santosh
March 21,
is it row count or row selector text?
Alex (ActiveWidgets)
March 21,
obj.setSelectorText(function(i){return this.getRowPosition(i)+1});
is the solution now it start with 1
santosh
March 22,

This topic is archived.

See also:


Back to support forum