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

RadMenu and RadTree Problem

3 Answers 45 Views
Menu
This is a migrated thread and some comments may be shown as answers.
ne2000
Top achievements
Rank 1
ne2000 asked on 09 Sep 2011, 09:09 AM
Hi Everybody,

RadMenu view is distorted in the page used RadMenu and RadTreeView. What could be the problem? Radtreview spoils radMenu's the appearance..

3 Answers, 1 is accepted

Sort by
0
Kate
Telerik team
answered on 12 Sep 2011, 11:17 AM
Hi Ne2000,

Can you please give more details about the issue? How do you create the RadMenu and the RadTreeView, do you use a custom skin and what do you mean by "RadMenu view is distorted". If you could provide some markup and steps how to reproduce it would be very helpful.

Regards,
Kate
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
ne2000
Top achievements
Rank 1
answered on 12 Sep 2011, 01:54 PM
hi, thank you for your reply
bozuk.gif is problematic case, normal.gif is a normal view... thank you again...
0
Kate
Telerik team
answered on 12 Sep 2011, 02:34 PM
Ne2000,

I noticed that you use a custom skin that most probably is causing the issue that yiu encounter. I would suggest that you set the EnableEmbeddedSkins property to false if you are using your custom skin. Another suggestion that you could try is to use the following css class selector that will remove the background image:
div.RadMenu_Default .rmGroup,
div.RadMenu_Default .rmMultiColumn,
div.RadMenu_Default .rmGroup .rmVertical
          {
              background-image: none;
              border: none;
Kate
Tags
Menu
Asked by
ne2000
Top achievements
Rank 1
Answers by
Kate
Telerik team
ne2000
Top achievements
Rank 1
Share this question
or