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

RadMenu Render problem

6 Answers 89 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Andy Green
Top achievements
Rank 2
Andy Green asked on 01 Sep 2011, 12:12 PM
I have a problem with the rendering of the Radmenu on the remote server, its ok on my devlopment machine

On page load the top padding (margin) is missing as shown in Menu1.jpg.
Following a postbacj it corrects itself as shown in Menu2.jpg.

I'm using my own copies of the skins, but they are just copies of the standard ones.

What is causing this?

Andy
PS My Radmenu is in a User Control on a Masterpage.

6 Answers, 1 is accepted

Sort by
0
Andy Green
Top achievements
Rank 2
answered on 06 Sep 2011, 07:40 AM
Bounce - Should I raise a support ticket to get thsi looked at?

Andy
0
Peter
Telerik team
answered on 06 Sep 2011, 03:31 PM
Hello Andy,

Please, check if some external css styles are not interfering with RadMenu. If you can send us a live url we will be able to provide you with an exact css fix.

All the best,
Peter
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

0
Andy Green
Top achievements
Rank 2
answered on 12 Sep 2011, 08:39 AM
Thanks guys I'd appreciate it if you could take a look. The problem stopepd for a while but has started again.

This url:
http://www.fattura.co.uk/Chatroom/

is the makings of a simple Chat page, on landing on it you will see the menus towards the top of it placeholder. If you hit the send button, this only performs a postback but the menu then appears as it should.

Andy
0
Peter
Telerik team
answered on 14 Sep 2011, 08:26 AM
Hello Andy,

Thank you for the url, but we weren't able to observe the problem. The menu looked fine the very first time it was loaded on the page. We tested with IE 7, 8 and 9, and FF 5.0 and 6.0.2.

Anyway, you can try the following code and check if it helps.
<script type="text/javascript">
       function OnClientLoad(sender, args) {
           sender.repaint();         
       }
   </script>
   <telerik:RadMenu ID="RadMenu1" runat="server" OnClientLoad="OnClientLoad">


Greetings,
Peter
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Andy Green
Top achievements
Rank 2
answered on 15 Sep 2011, 08:56 AM
Thank you, I will try the attached code. Funny that you couldn't see the problem, it disappeared for me for a while, But I can still see the problem.

Andy
0
Peter
Telerik team
answered on 15 Sep 2011, 12:03 PM
Hello Andy,

Please, let me know if you were able to find a stable solution to this problem.

Best wishes,
Peter
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal
Tags
Menu
Asked by
Andy Green
Top achievements
Rank 2
Answers by
Andy Green
Top achievements
Rank 2
Peter
Telerik team
Share this question
or