K
Kranthi u
Guest
Hi All,
Below is my code.
<asp:Menu ID="mnManageView" runat="server" OnMenuItemClick="mnManageView_MenuItemClick" Orientation="Horizontal" SkipLinkText="
<Items>
<asp:MenuItem ImageUrl="~/App_Themes/Theme1/Images/CRUD/Simple/manage.gif" ToolTip="Manage Views"
Value="View" Text="&nbsp;" NavigateUrl="javascript:void(0);
<asp:MenuItem ImageUrl="~/App_Themes/Theme1/Images/CRUD/Simple/add.gif" Text="&nbsp;&nbsp;Add"
Value="Add" ToolTip="Add View </asp:MenuItem>
<asp:MenuItem ImageUrl="~/App_Themes/Theme1/Images/CRUD/Simple/edit.gif" Text="&nbsp;&nbsp;Edit"
Value="Edit" ToolTip="Edit View </asp:MenuItem>
<asp:MenuItem ImageUrl="~/App_Themes/Theme1/Images/CRUD/Simple/delete.gif" Text="&nbsp;&nbsp;Delete"
Value="Delete" ToolTip="Delete View </asp:MenuItem>
<asp:MenuItem ImageUrl="~/App_Themes/Theme1/Images/CRUD/Simple/save.gif" Text="&nbsp;&nbsp;Save"
Value="Save" ToolTip="Save View </asp:MenuItem>
</asp:MenuItem>
</Items>
</asp:Menu>
<div class="subHeaderMain noPadding" id="divContainer" style="width: 100%
-- My radGrid is here.
On mouse hover on the asp:menu i am getting the menu items. And in the same time my grid width is increasing automatically, this issue i am facing only in IE8. it is working properly in IE9 and chrome. Please help on this. i am working on this from 3days but not getting any solution. please help me. Advanced thanks and Regards Kranthi.
Continue reading...
Below is my code.
<asp:Menu ID="mnManageView" runat="server" OnMenuItemClick="mnManageView_MenuItemClick" Orientation="Horizontal" SkipLinkText="
<Items>
<asp:MenuItem ImageUrl="~/App_Themes/Theme1/Images/CRUD/Simple/manage.gif" ToolTip="Manage Views"
Value="View" Text="&nbsp;" NavigateUrl="javascript:void(0);
<asp:MenuItem ImageUrl="~/App_Themes/Theme1/Images/CRUD/Simple/add.gif" Text="&nbsp;&nbsp;Add"
Value="Add" ToolTip="Add View </asp:MenuItem>
<asp:MenuItem ImageUrl="~/App_Themes/Theme1/Images/CRUD/Simple/edit.gif" Text="&nbsp;&nbsp;Edit"
Value="Edit" ToolTip="Edit View </asp:MenuItem>
<asp:MenuItem ImageUrl="~/App_Themes/Theme1/Images/CRUD/Simple/delete.gif" Text="&nbsp;&nbsp;Delete"
Value="Delete" ToolTip="Delete View </asp:MenuItem>
<asp:MenuItem ImageUrl="~/App_Themes/Theme1/Images/CRUD/Simple/save.gif" Text="&nbsp;&nbsp;Save"
Value="Save" ToolTip="Save View </asp:MenuItem>
</asp:MenuItem>
</Items>
</asp:Menu>
<div class="subHeaderMain noPadding" id="divContainer" style="width: 100%
-- My radGrid is here.
On mouse hover on the asp:menu i am getting the menu items. And in the same time my grid width is increasing automatically, this issue i am facing only in IE8. it is working properly in IE9 and chrome. Please help on this. i am working on this from 3days but not getting any solution. please help me. Advanced thanks and Regards Kranthi.
Continue reading...