:: Forum >>

How can I remove the number of the row column on the left ? or Can I ?

I just dont need the number of row column and i want to remove it, i dont know how .. can someone help ?

Thank
DaKrown
Thursday, September 1, 2005
http://activewidgets.com/grid.howto.style.headers/hide-row-headers.html
Thursday, September 1, 2005
This might help you ;-)

// enable row selectors
obj.setSelectorVisible(true);
obj.setSelectorText(function(i){return this.getRowPosition(i)+1});
Sumit4u
Sunday, December 10, 2006

This topic is archived.


Back to support forum

Forum search