My Grid has dynamic number of columns, range from 4-14 columns. Each header and cell is fixed width. MasterTableView TableLayout is Fixed. RadGrid's Width is left free (not width="100%").
The problem is in IE6, the Grid's broder is fully covers all item cells no matter how many columns it has. But in IE7, 8, Chrome or Firefox, Grid's border is always 100%, that causes cells in columns at right side of "100%" (columns that overflow the width of screen) have no border.
How could I do to keep the border covering all columns?
Eg.: 14 columns with 100px width each display in a 1024x768 screen
The problem is in IE6, the Grid's broder is fully covers all item cells no matter how many columns it has. But in IE7, 8, Chrome or Firefox, Grid's border is always 100%, that causes cells in columns at right side of "100%" (columns that overflow the width of screen) have no border.
How could I do to keep the border covering all columns?
Eg.: 14 columns with 100px width each display in a 1024x768 screen