3.2.0

Numbered rows

Hi there,
I see your online demo shows the first column for the row numbers, but the trial script doesn't show this column. I looked at the docs but I couldn't find the way to add this column...
What am I missing?
Luis
March 13,
It sounds like you want row selectors.
http://www.activewidgets.com/grid.howto.selectors/
Anthony
March 13,
Yes, these two lines made the trick:

obj.setSelectorVisible(true);
obj.setSelectorText(function(i){return this.getRowPosition(i)+1});

Thank you!
Luis
March 14,

This topic is archived.

See also:


Back to support forum