In my RadGrid I have AllowColumnResize="true" ResizeGridOnColumnResize="False" and Width="100%'. None of my columns have a width set.. There is a problem with the RadGrid resizing back to 100% width after a column resize.
1. RadGrid loads.
2. Resize the browser window width to be smaller.
3. Adjust a column width to be wider.
4. Resize the browser window back to be wider or expand it full screen.
Expected result would be the RadGrid would return back to taking up the full width of the browser window.
What happens is the RadGrid stays at the width you had when the browser window was made smaller.
This does not happen if you don't resize the columns. The RadGrid expands/contracts as expected.
1. RadGrid loads.
2. Resize the browser window width to be smaller.
3. Adjust a column width to be wider.
4. Resize the browser window back to be wider or expand it full screen.
Expected result would be the RadGrid would return back to taking up the full width of the browser window.
What happens is the RadGrid stays at the width you had when the browser window was made smaller.
This does not happen if you don't resize the columns. The RadGrid expands/contracts as expected.