The last two columns of my grid are being cut off in IE9 compatibility view, and part of the last column is cut off when not in compatibility view. If I zoom out, I do see the cut off columns (temporarily), so it seems as though the scroll bar is just not scrolling far enough. The headers are also mis-aligned. Are there any settings that I can change to alleviate this problem?
Radgrid settings:
AutoGenerateColumns="False"
GridLines="Both"
EnableHeaderContextMenu="true"
AllowMultiRowEdit="True"
Client Settings:
<Scrolling AllowScroll="True" UseStaticHeaders="True" FrozenColumnsCount="5" ScrollHeight="300px"/>
<Resizing AllowColumnResize="false" AllowResizeToFit="false" ResizeGridOnColumnResize="false"/>
MasterTableView settings:
<MasterTableView TableLayout="Auto" EditMode="InPlace" DataKeyNames="JobTaxLotResultID, JobTaxLotID" ItemStyle-VerticalAlign="Middle">
Radgrid settings:
AutoGenerateColumns="False"
GridLines="Both"
EnableHeaderContextMenu="true"
AllowMultiRowEdit="True"
Client Settings:
<Scrolling AllowScroll="True" UseStaticHeaders="True" FrozenColumnsCount="5" ScrollHeight="300px"/>
<Resizing AllowColumnResize="false" AllowResizeToFit="false" ResizeGridOnColumnResize="false"/>
MasterTableView settings:
<MasterTableView TableLayout="Auto" EditMode="InPlace" DataKeyNames="JobTaxLotResultID, JobTaxLotID" ItemStyle-VerticalAlign="Middle">