I am having an issue with a lot of columns that the headers and items do not line up properly when using non-resizable columns, scrolling and IE 8 Compatibility mode. They seem to be shifting to the left some. Is there a style fix or something for this. See attached screenshot and code below. Thanks in advance.
<
table
align
=
"center"
width
=
"99%"
style
=
"table-layout:fixed"
>
<
tr
>
<
td
>
<
telerik:RadGrid
ID
=
"rgMelissaOutputReport_Report"
runat
=
"server"
AllowFilteringByColumn
=
"False"
AllowPaging
=
"True"
AllowSorting
=
"True"
ClientSettings-AllowColumnHide
=
"true"
AutoGenerateColumns
=
"True"
ShowGroupPanel
=
"False"
ShowFooter
=
"False"
EnableHeaderContextMenu
=
"true"
OnNeedDataSource
=
"rgMelissaOutputReport_Report_NeedDataSource"
OnItemDataBound
=
"rgMelissaOutputReport_Report_ItemDataBound"
OnPageSizeChanged
=
"rgMelissaOutputReport_Report_PageSizeChanged"
OnPageIndexChanged
=
"rgMelissaOutputReport_Report_PageIndexChanged"
OnExcelExportCellFormatting
=
"rgMelissaOutputReport_Report_ExcelExportCellFormatting"
ExportSettings-IgnorePaging
=
"true"
ExportSettings-OpenInNewWindow
=
"true"
ExportSettings-ExportOnlyData
=
"true"
CssClass
=
"RadGrid_Default RadGrid_Default2"
>
<
MasterTableView
CommandItemDisplay
=
"Top"
CommandItemSettings-ShowAddNewRecordButton
=
"false"
PageSize
=
"50"
>
<
HeaderStyle
Wrap
=
"false"
/>
<
ItemStyle
Wrap
=
"false"
/>
<
RowIndicatorColumn
>
<
HeaderStyle
Wrap
=
"false"
></
HeaderStyle
>
</
RowIndicatorColumn
>
<
ExpandCollapseColumn
>
<
HeaderStyle
Wrap
=
"false"
></
HeaderStyle
>
</
ExpandCollapseColumn
>
<
NoRecordsTemplate
>
<
asp:Label
ID
=
"lblNoTotalsRecords"
runat
=
"server"
CssClass
=
"LabelBold"
Text
=
"No records for the filtering selections you have chosen."
></
asp:Label
>
</
NoRecordsTemplate
>
</
MasterTableView
>
<
ClientSettings
Resizing-AllowColumnResize
=
"false"
EnableRowHoverStyle
=
"false"
ReorderColumnsOnClient
=
"false"
>
<
Selecting
AllowRowSelect
=
"false"
/>
<
Scrolling
AllowScroll
=
"True"
UseStaticHeaders
=
"True"
/>
<
ClientEvents
OnCommand
=
"rgMelissaOutputReport_Report_RaiseCommand"
/>
</
ClientSettings
>
</
telerik:RadGrid
>
</
td
>
</
tr
>
</
table
>