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

[Solved] Problem with RadMenu display

5 Answers 131 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Sabrina
Top achievements
Rank 1
Sabrina asked on 01 May 2009, 02:15 PM
Hello,

I use two radmenus. Everything is ok but sometimes, the display of the radmenu is expanded. You can see the result at this link :

 

http://www.iconus.ch/fabien/stuff/Outlook.jpg


Here is a sample of the code :

<td align="right" class="InlinePanels">  
                            <telerik:RadMenu ID="RadMenu1" OnClientItemClicking="OnClientItemClicking"  runat="server" EnableEmbeddedSkins="false" ClickToOpen="true" OnItemClick="RadMenu1_ItemClick">  
                                <Items> 
                                    <telerik:RadMenuItem Text="cashflow">  
                                        <Items> 
                                            <telerik:RadMenuItem Text="cashflow1" /> 
                                            <telerik:RadMenuItem Text="cashflow2" /> 
                                        </Items> 
                                    </telerik:RadMenuItem> 
                                </Items> 
                            </telerik:RadMenu> 
                            &nbsp;  
                            <telerik:RadMenu ID="RadMenu2" OnClientItemClicking="OnClientItemClicking"  runat="server" EnableEmbeddedSkins="false" ClickToOpen="true" OnItemClick="RadMenu1_ItemClick">  
                                <Items> 
                                    <telerik:RadMenuItem Text="market exit">  
                                        <Items> 
                                            <telerik:RadMenuItem Text="marketexit1" /> 
                                            <telerik:RadMenuItem Text="marketexit2" /> 
                                        </Items> 
                                    </telerik:RadMenuItem> 
                                </Items> 
                            </telerik:RadMenu> 
                            &nbsp;  
                            <asp:Button CssClass="green_button" ID="NewBtn" runat="server" Text="new" 
                                OnClick="NewBtn_Click" UseSubmitBehavior="false" ValidationGroup="" /> 
                        </td>         

Do you why I have sometimes this problem ?

Thanks,

Sabrina

5 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 01 May 2009, 02:50 PM
Hello Sabrina,

It looks like the embedded resources for RadMenu did not load for some reason. Please, review the following articles and check if your case is the same:

http://www.telerik.com/help/aspnet-ajax/web-resources-troubleshooting.html

http://www.telerik.com/support/kb/aspnet-ajax/general/how-to-use-telerik-web-ui-components-in-a-user-control-with-outputcache.aspx



Greetings,
Peter
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.
0
Sabrina
Top achievements
Rank 1
answered on 01 May 2009, 03:20 PM
Hello Peter,

Unfortunately, I reproduce the problem but I don't have any javascript error.

I don't use outputcache and I try "Dealing with 404 error" (in first link) and the problem is always there...

Any other idea ?

Thanks,

Sabrina
0
Peter
Telerik team
answered on 01 May 2009, 03:33 PM
Hello Sabrina,

Can you send us a live url which we can test?


Peter
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.
0
Sabrina
Top achievements
Rank 1
answered on 07 May 2009, 06:38 AM
I'm in a private environment and I can't give you a link....
0
Atanas Korchev
Telerik team
answered on 07 May 2009, 07:00 AM
Hi Sabrina,

I suggest you check this blog post which shows how to troubleshoot web resource related problems.

All the best,
Albert
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
Sabrina
Top achievements
Rank 1
Answers by
Peter
Telerik team
Sabrina
Top achievements
Rank 1
Atanas Korchev
Telerik team
Share this question
or