:: Forum >> Version 2 >>

Numbered rows

More information on this topic is available in the documentation section: /general.demos/basic-grid.html.

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
Friday, March 13, 2009
It sounds like you want row selectors.
http://www.activewidgets.com/grid.howto.selectors/
Anthony
Friday, March 13, 2009
Yes, these two lines made the trick:

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

Thank you!
Luis
Saturday, March 14, 2009



This topic is archived.

Back to /general.demos/basic-grid.html

Documentation:

Forum search