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

Creating 50px high menu

5 Answers 86 Views
Menu
This is a migrated thread and some comments may be shown as answers.
George Fahnbulleh
Top achievements
Rank 1
George Fahnbulleh asked on 04 Dec 2011, 07:54 AM
I'm new to Telerik controls and I would like to know who to achieve the same (as the attached picture) with radMenu?

Also where are the skins and how do I add them to a project?

5 Answers, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 05 Dec 2011, 05:31 AM
Hello,

To achieve the following scenario one suggestion is you can create a new skin.
Tutorial: Creating A Custom Skin

Another suggestion is you can try the following CSS.
CSS:
.rmRootGroup
 {
    height:50px !important;
 }
.rmText
 {
  margin-top: 10px  !important;
 }

Thanks,
Princy.
0
Accepted
Kate
Telerik team
answered on 05 Dec 2011, 09:19 AM
Hi George,

You can also refer to the following help article that fully explains how to change the height of the RadMenu:
How to change height of RadMenu

All the best,
Kate
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
George Fahnbulleh
Top achievements
Rank 1
answered on 05 Dec 2011, 12:50 PM
Thanks for the answers Kate and Princy.  How do I add the different skins to my project.  Right now I can only add the default skin.
0
David
Top achievements
Rank 1
answered on 06 Dec 2011, 05:26 PM
1. link not available.  (How to change height of RadMenu)


2. also i binding data source to sitemapbinding, i am not able to follow Tutorial: Creating A Custom Skin option, because not using Radmenu builder option.  is this tutorial works even i binding sitemap datasource? if so is there a example or links?
0
Kate
Telerik team
answered on 07 Dec 2011, 10:54 AM
@George - Please refer to the following post that explains the changes that we have made in the assembly files. In case you have currently upgraded to a later version most probably you will need to add the Telerik.Web.UI.Skins.dll file that holds all of the other skins.

@David - You can find the broken link here. Considering your second question it does not matter what kind of binding you are using and the applied css classes should take effect. Another option would be to use our Visual Style Builder that will help you customize the appearance of the RadMenu control.

Kind regards,
Kate
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Menu
Asked by
George Fahnbulleh
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Kate
Telerik team
George Fahnbulleh
Top achievements
Rank 1
David
Top achievements
Rank 1
Share this question
or