3.2.0

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
September 1,
http://activewidgets.com/grid.howto.style.headers/hide-row-headers.html
September 1,
This might help you ;-)

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

This topic is archived.

See also:


Back to support forum