Hi,
I have a GridComponent in a div that has a width of 100% (basically it expands to the width of the browser).
When I load my data into the GridComponent it resizes all columns to be tiny, to fit into the size of its container.
I want it to either (a) size the columns to fit the content and show a horizontal scrollbar when needed or (b) size the columns to a fixed, prespecified width (i.e. 120px) and show a horizontal scrollbar when required.
Nothing I try seems to work! Must be possible, without having to hardcode widths.
Thanks,