I have a RadGrid with widths set for all of the headers except one. The TableLayout is set to auto. When there is enough room, the column without a width fills the remaining space, as intended. If there is not enough room, the column disappears, but the rows are still sized as if the column was there and the content was wrapping. I would prefer to show the auto-sizing column in all cases and have some kind of minimum size for it. If that is not possible, I would at least like the column to completely disappear and not reserve vertical space for its content. Is either of these things possible?
I have attached images showing this behavior. In "column shown", you can see the Viol Description column, which auto-sizes. In "column hidden", I have resized the window and you can no longer see the Viol Description column, but the grid rows are much taller and there is no content in view that requires that height.
I have attached images showing this behavior. In "column shown", you can see the Viol Description column, which auto-sizes. In "column hidden", I have resized the window and you can no longer see the Viol Description column, but the grid rows are much taller and there is no content in view that requires that height.