RadGrid width is increasing, on Asp:Menu mouse hover

  • Thread starter Thread starter Kranthi u
  • Start date Start date
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="&amp;nbsp;" NavigateUrl="javascript:void(0);
<asp:MenuItem ImageUrl="~/App_Themes/Theme1/Images/CRUD/Simple/add.gif" Text="&amp;nbsp;&amp;nbsp;Add"
Value="Add" ToolTip="Add View </asp:MenuItem>
<asp:MenuItem ImageUrl="~/App_Themes/Theme1/Images/CRUD/Simple/edit.gif" Text="&amp;nbsp;&amp;nbsp;Edit"
Value="Edit" ToolTip="Edit View </asp:MenuItem>
<asp:MenuItem ImageUrl="~/App_Themes/Theme1/Images/CRUD/Simple/delete.gif" Text="&amp;nbsp;&amp;nbsp;Delete"
Value="Delete" ToolTip="Delete View </asp:MenuItem>
<asp:MenuItem ImageUrl="~/App_Themes/Theme1/Images/CRUD/Simple/save.gif" Text="&amp;nbsp;&amp;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...
 
Back
Top