Hi,
I have a grid that has one dynamically sized column to maximize space (it contains the most data). As the browser window is resized to be smaller and that column shrinks, it eventually disappears. All of the other columns are auto-sized to contents.
Is there a way to set a minimum width for the column so that when I resize the browser window, it will freeze the width of that column when it reaches a certain threshold and scroll instead?
(I am using the MVC suite of controls.)
Thanks!
Brian