I have a ListGrid created, and there are 3 or 4 columns. How do I change the width of these columns so the information can be displayed without having to re-size them every refresh?
I tried many setAutoFit.. but I dont think it's working because I am doing these in the ListGrid constructor, how do I grab a column and set it on that column?
I tried many setAutoFit.. but I dont think it's working because I am doing these in the ListGrid constructor, how do I grab a column and set it on that column?
Comment