We have a simple RadGrid on a page (static column widths) which is inside a div defined with a min-width of 1000px. If a user opens their browser and the window is less than 1000px and then resizes the window, the grid will be fixed width and won't resize. If the window is bigger than 1000px, the grid resizes with the window.
The problem exists in both IE and FF. Looking at the source with IE, the style on the grid says width:100%. If I look at it with FireFox, the RadGrid shows a fixed width (style="width:1067px"). If its bigger than 1000px, it shows as dynamic (style="width:100%"). What property controls this? What is the proper way to fix it?
The problem exists in both IE and FF. Looking at the source with IE, the style on the grid says width:100%. If I look at it with FireFox, the RadGrid shows a fixed width (style="width:1067px"). If its bigger than 1000px, it shows as dynamic (style="width:100%"). What property controls this? What is the proper way to fix it?