I tried various solutions suggested on other sites to adjust column widths of a GridView which has auto-generated columns.
Few tips worked which suggested using:
style = "table-layout: fixed"
Open in new window
inside GridView tag and also using few lines of code from code-behind.
But the CSS property mentioned above is not working on IE 8.0 and earlier versions. It only works on IE 9.0.
Is there any other way to increase or decrease the column width of a GridView, which has auto-generated columns, manually from code-behind?