Is there an easy way to hide the entire column header. I’m trying to make the grid act more like a list box.
Thanks!
Is there an easy way to hide the entire column header. I’m trying to make the grid act more like a list box.
Thanks!
Try to use detachHeader method:
mygrid.detachHeader(0);//detach first header's line