This is a migrated thread and some comments may be shown as answers.

Menu inside WebUserControl

1 Answer 58 Views
Menu
This is a migrated thread and some comments may be shown as answers.
mvbaffa
Top achievements
Rank 1
mvbaffa asked on 17 May 2009, 01:54 AM
Hi,

I have a menu inside a WebUserControl. The problem is that the Radmenuitems do not open. That it they do not overlay the WebUserControl boundary.

In fact the menu is inside a WebUserControl that is inside a Panel. Like this:

<

 

asp:Panel id="pnlMenu" width="100%" runat="server" CssClass="collapsePanel">

 

 

<ak:MainMenu width="100%" height="100%" id="AppMainMenu" Runat="Server" />

 

 

</asp:Panel>

 


I thought that the problem was the UserControl then I put the menu directly inside the outer panel (pnlMenu) and it did not worked too.

When I put the same menu directly in the main window it works OK.

Can you help me ???

Thanks

1 Answer, 1 is accepted

Sort by
0
Paul
Telerik team
answered on 18 May 2009, 12:59 PM
Hi mvbaffa,

We tried to repro the issue on our side using the latest version of the control, but to no avail. I think it will be best if you can open a support ticket and send us a simple running project (incl. CSS, images, DB backup and so on) demonstrating the problems. In that way we can reproduce and pinpoint the problems you're facing on our side, understand the logic of your application and provide a solution.

Regards,
Paul
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Menu
Asked by
mvbaffa
Top achievements
Rank 1
Answers by
Paul
Telerik team
Share this question
or