I am building a radgrid dynamically and adding columns selected by the user at runtime. The radmultipage is on the content panel of a master page inside a div:
on the child page the grid is inside a pageview of the multipage:
In IE6 the pageview would expand to accomodate the size of the radgrid and keep the appropriate borders. In IE7 Q1 2009 the grdi overlaps the pageview. You can see the prolem here:
http://www.jshawconsulting.com/Telerik/overlap.jpg
Any help greatly appreciated.
Jonathan
<div style="position:relative; margin-top:10px; margin-left:55px; margin-right:60px"> |
<asp:contentplaceholder id="ContentPlaceHolder1" runat="server"> |
</asp:contentplaceholder> |
</div> |
<telerik:RadPageView ID="PageView4" runat="server" Width="100%" > |
<table width="100%" cellpadding="5"> |
... |
<tr> |
<td> |
<telerik:RadGrid |
ID="radgridResources" |
runat="server" |
AllowPaging="True" |
... |
In IE6 the pageview would expand to accomodate the size of the radgrid and keep the appropriate borders. In IE7 Q1 2009 the grdi overlaps the pageview. You can see the prolem here:
http://www.jshawconsulting.com/Telerik/overlap.jpg
Any help greatly appreciated.
Jonathan