<telerik:RadSplitter ID="NestedSplitter" runat="server" Skin="Outlook" Height="100%" Width="100%">
<telerik:RadPane ID="ContentPane" runat="server" Height="100%" Width="100%" PersistScrollPosition="False">
<telerik:RadGrid
ID="RadGrid1"
runat="server"
AllowMultiRowSelection= "True"
OnItemCreated="RadGrid1_ItemCreated"
DataSourceID="ObjectDataSource1" GridLines="None"
DataKeyNames="WorkOrderID" AllowFilteringByColumn="True"
AllowSorting="True" Height="70%" Skin="Vista" AllowPaging="True">
<PagerStyle Mode="NextPrevNumericAndAdvanced"
AlwaysVisible="True" />
<MasterTableView
CommandItemDisplay="Top"
PageSize="100" DataSourceID="ObjectDataSource1" DataKeyNames="WorkOrderID"
InsertItemPageIndexAction="ShowItemOnCurrentPage" ShowFooter="True"
Width="99%" TableLayout="Fixed">
<RowIndicatorColumn Visible="False">
<HeaderStyle Width="20px" />
</RowIndicatorColumn>
<ExpandCollapseColumn Visible="False" Resizable="False">
<HeaderStyle Width="20px" />
</ExpandCollapseColumn>
<Columns>
<telerik:GridClientSelectColumn UniqueName="ClientSelectColumn"
ItemStyle-Width="20px" HeaderStyle-Width="22px">
<HeaderStyle Width="22px" />
<ItemStyle Width="20px" />
</telerik:GridClientSelectColumn>
<telerik:GridTemplateColumn
UniqueName="TemplateEditColumn" AllowFiltering="False" ItemStyle-Width="20px" HeaderStyle-Width="22px" HeaderText="Edit">
<ItemTemplate>
<asp:ImageButton ToolTip="Edit Record" ImageUrl="~/Images/Edit.gif" ID="btn" runat="server"/>
</ItemTemplate>
<HeaderStyle Width="22px" />
<ItemStyle Width="20px" Font-Size="XX-Small"/>
</telerik:GridTemplateColumn>
<telerik:GridBoundColumn DataField="WorkOrderID" HeaderText="WorkOrderID"
UniqueName="column2" Visible="False">
</telerik:GridBoundColumn>
</Columns>
<EditFormSettings>
<PopUpSettings ScrollBars="None"></PopUpSettings>
</EditFormSettings>
<PagerStyle Mode="NextPrevAndNumeric" Position="TopAndBottom"
AlwaysVisible="True" />
<HeaderStyle Font-Bold="False" Font-Italic="False" Font-Overline="False"
Font-Strikeout="False" Font-Underline="False"
Wrap="false" Font-Size="Small" />
<CommandItemTemplate>
<div class="bgmd2" style="padding:0px 0px;" >
</div>
</CommandItemTemplate>
</MasterTableView>
<ClientSettings>
<Selecting AllowRowSelect="True" />
<Scrolling AllowScroll="true" UseStaticHeaders="true" SaveScrollPosition="true"/>
</ClientSettings>
</telerik:RadGrid>
</telerik:RadPane>
</telerik:RadSplitter>
It works fine for IE8 and IE8 compatibility mode when I change Height="70%" to Height="300px", but I like to use percentage.
Any idea what could be causing this issue.
Thanks,
-Guillermo


| <P><FONT style="FONT-SIZE: 14px" color=#007dca><STRONG>Title of Object</STRONG></FONT><BR>Description of Object.<BR><BR><STRONG><FONT color=#007dca>Title of Object again for reference</FONT><BR><BR></STRONG> |
| <TABLE> |
| <TBODY> |
| <TR> |
| <TD style="WIDTH: 250px"> |
| <UL class=ulolProdDesc> |
| <LI><STRONG>Title 1</STRONG></LI></UL></TD> |
| <TD>Desc 1</TD></TR> |
| <TR> |
| <TD style="WIDTH: 250px"> |
| <UL class=ulolProdDesc> |
| <LI><STRONG>Title 2</STRONG></LI></UL></TD> |
| <TD>Desc 2</TD></TR> |
| <TR> |
| <TD style="WIDTH: 250px"> |
| <UL class=ulolProdDesc> |
| <LI><STRONG>Title 3</STRONG></LI></UL></TD> |
| <TD>Desc 3</TD></TR> |
| <TR> |
| <TD style="WIDTH: 250px"> |
| <UL class=ulolProdDesc> |
| <LI><STRONG>Title 4</STRONG></LI></UL></TD> |
| <TD>Desc 4</TD></TR> |
| </TBODY></TABLE></P> |
| <strong>TEST GRID</strong></p> |
| <telerik:RadGrid ID="RadGrid3" AllowPaging="True" OnNeedDataSource="RadGrid3_NeedDataSource" |
| runat="server" GridLines="None" Width="100%" EnableViewState="true"> |
| <PagerStyle Position="TopAndBottom" AlwaysVisible="true" ShowPagerText="true" Mode="NextPrevAndNumeric" ></PagerStyle> |
| <MasterTableView ShowHeader="false" AllowPaging="True" > |
| <ItemTemplate> |
| <asp:Panel runat="server" ID="ItemContainer" style="width: 645px;"> |
| <table style="width: 645px;"> |
| <tr> |
| <td valign="top" class="style8" colspan="4"> |
| <asp:HyperLink runat="server" ID="HyperLink3" Text='<%#Eval("Product")%>' Font-Bold="True" |
| NavigateUrl='<%#Eval("Url")%>' ToolTip="View Product"></asp:HyperLink> |
| </td> |
| <br /> |
| </tr> |
| <tr> |
| <td width="25%" align="center"> |
| <asp:HyperLink ID="HyperLink2" runat="server" Text="" NavigateUrl='<%#Eval("Url")%>'> |
| <asp:Image ID="rdlImage" BorderStyle="Solid" BorderColor="#8b847e" BorderWidth="1" |
| runat="server" ImageUrl='<%# Eval("ImageUrl")%>' ToolTip="View Product" /></asp:HyperLink> |
| </td> |
| <td class="style9"> |
| <label style="font-family: Arial; font-size: 8pt"> |
| <b>Manufactuer:</b> |
| <%#Eval("Manufacturer")%></label><br /> |
| <label id="PNum" style="font-family: Arial; font-size: 8pt"> |
| <b>Part Number:</b> |
| <%#Eval("Part Number")%></label><br /> |
| <label style="font-family: Arial; font-size: 8pt"> |
| <b>Manfacturer Part Number:</b> |
| <%#Eval("Man Part Number")%></label><br /> |
| <label style="font-family: Arial; font-size: 8pt"> |
| <b>Description:</b> |
| <%#Eval("Description")%></label> |
| </td> |
| <td valign="middle" align="center"> |
| <asp:Panel ID="pnlPrice" runat="server"> |
| </asp:Panel> |
| <br /> |
| <div style="border-width: 1px; border-style: dotted; background-color: #E2E2E2; text-align: center; |
| width: 100px;"> |
| <asp:HyperLink runat="server" ID="lViewProduct" Text=" View Product " Font-Bold="True" |
| NavigateUrl='<%#Eval("Url")%>'></asp:HyperLink> |
| </div> |
| <br /> |
| <div id="divAddToCart" runat="server"> |
| <a class="jsaddtocart" href='<%# ConstructAddToCartURL(Eval("ProductID"),Eval("VariantID")) %>'> |
| <span class="jshideme">Add to cart</span></a><p> |
| </p> |
| </div> |
| </td> |
| </tr> |
| </table> |
| </asp:Panel> |
| </ItemTemplate> |
| </MasterTableView> |
| </telerik:RadGrid> |