Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
695
WebDataMenu is not displaying in IE8/IE9
posted

Hi,

I have placed Webdatamenu in sample_user.ascx(userControl). I am calling sample_user.ascx control in Header.Master. Included Master page "Header.Master" in Sample.aspx. WebDataMenu is not displaying in IE78 and IE9. It is working in Firefox, Chorme and Safari. If I place WebDataMenu direclty in Sample.aspx page, it is working fine.

Can you help me on this.

Sample.ascx

<ig:WebDataMenu ID="WebDataMenu1" runat="server">

<GroupSettings Orientation="Horizontal" />

<Items>

<ig:DataMenuItem Text="New">

<Items>

<ig:DataMenuItem Text="Agreement">

</ig:DataMenuItem>

<ig:DataMenuItem Text="Child Item">

</ig:DataMenuItem>

<ig:DataMenuItem Text="Child Item">

</ig:DataMenuItem>

</Items>

</ig:DataMenuItem>

<ig:DataMenuItem Text="Search">

<Items>

<ig:DataMenuItem Text="Child Item">

</ig:DataMenuItem>

<ig:DataMenuItem Text="Child Item">

</ig:DataMenuItem>

</Items>

</ig:DataMenuItem>

</Items>

</ig:WebDataMenu>

Header.Master

<%@ Register Src="Sample_user.ascx" TagName="Sample1"

TagPrefix="uc1" %>
<form id="form1" runat="server">

<div style="width: 100%; height: 100%; margin: 0px 0px 0px 0px;border-color:Red; border-width:thick;">

<div>

<div>

<uc1:Sample1 ID="smpl1r`" runat="server" />

</div>

</div>

<div>

<asp:ContentPlaceHolder ID="ToolBarContent" runat="server">

</asp:ContentPlaceHolder>

</div>

<div class="TitleHeader" style="height: 30px;">

<table class="TitleHeader" border="0" width="100%">

<tr>

<td class="TitleFontColor">

<asp:ContentPlaceHolder ID="LeftHeaderContent" runat="server">

</asp:ContentPlaceHolder>

</td>

<td class="TitleFontColor" align="right">

<asp:ContentPlaceHolder ID="RightHeaderContent" runat="server">

</asp:ContentPlaceHolder>

</td>

</tr>

</table>

</div>

<div style="width: 100%; height: 100%; valign: top; background: #ece9d8">

<asp:ContentPlaceHolder ID="PageContent" runat="server">

</asp:ContentPlaceHolder>

</div>

</div>

Sample.aspx

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Sample.aspx.cs" Inherits=" Sample"

MasterPageFile="~/Header.Master"

  • 18204
    Offline posted

    Dear InfraOracle,

    Thank you for contacting Infragistics!

    We have received your support request concerning the WebDataMenu not displaying in IE, and this case has been assigned to me.  Infragistics is dedicated to helping you solve this issue.  Our team and I have done an initial review of your case and I will create a sample to test this case with the code you've provided.  If you already have a sample that I can use as a starting point, that will help to resolve the case faster.

    I will get back to you sometime tomorrow with more information or questions for you.

    Looking forward to hearing from you.