This question is locked. New answers and comments are not allowed.
I would prefer to set the last column of my GridView to a width of "*", but when I do that and make the browser window smaller, it makes all of my columns smaller to try to fit them in the window.
If I set the last column to a width of "Auto", then when I make the browser window smaller I get a horizontal scrollbar like I would expect and everything is good.
The problem is we color our read-only columns a different color. So now if the last column is read-only, it is one color and the "phantom column" at the end of the grid is the normal color.
Is there anyway to assign a color to that column? Is it even a column? How can I access it?
If I set the last column to a width of "Auto", then when I make the browser window smaller I get a horizontal scrollbar like I would expect and everything is good.
The problem is we color our read-only columns a different color. So now if the last column is read-only, it is one color and the "phantom column" at the end of the grid is the normal color.
Is there anyway to assign a color to that column? Is it even a column? How can I access it?