ie shows only one column of a gridpanel when I set autoWidth: true. However, in firefox all the columns appear. How can I fix this problem without setting a specific width because I want the grid to expand as the window is resized.
never mind, that didn't work. Does anyone have a solution for making all the column headers appear instead of just the first one spanning across the whole panel?
Without seing your code it is hard to recommend a solution...
GridPanels do need to be able to figure out their dimesions though, either through being part of a layout or having static sizes set on their container.