Hello,
I'm adding columns to my RadGrid during runtime, dynamically. The page size is set on the server side based on a configuration setting. The width should be dependent on the number of columns and size of each. I've enabled scroll bars using "AllowScroll=True" and "UseStaticHeaders=True". If the width of the grid stretches beyond the page, it displays a horizontal scroll bar.
1) Is it possible to set the column width to fit the content of the column?
2) Is it possible to have a floating width? This means, the width is dependent on the number of columns and size of each column. My grid currently looks great when it stretches the entire page width.
I'm adding columns to my RadGrid during runtime, dynamically. The page size is set on the server side based on a configuration setting. The width should be dependent on the number of columns and size of each. I've enabled scroll bars using "AllowScroll=True" and "UseStaticHeaders=True". If the width of the grid stretches beyond the page, it displays a horizontal scroll bar.
1) Is it possible to set the column width to fit the content of the column?
2) Is it possible to have a floating width? This means, the width is dependent on the number of columns and size of each column. My grid currently looks great when it stretches the entire page width.