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

Vertical RAD Menu not Expanded

3 Answers 106 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Guna
Top achievements
Rank 1
Guna asked on 25 Oct 2012, 09:33 AM
Hello Team,

I have RAD Menu and i have set its flow="vertical" . The submenus are binded through sitemap datasource.

i menu appears vertical and collapsed. I need the sub-menu items should be expanded always under root menu.

Please help me in resolve this.

Css below is for settign root menu style

.RadMenu_Default

 

.rmItem

 

{

 

padding: 1px 0 3px 56px;display: block;border-bottom: 1px solid #cacaca;color: #193444;text-decoration:none; background: #d6dfc8 url(../ImagesNew/blue_arrow.gif) no-repeat 15px 4px;

 

}

.RadMenu_Default

 

.rmRootLink

 

{

 

background: url(../ImagesNew/toptitle.gif) repeat-x; width:100%;

 

}



Thanks

3 Answers, 1 is accepted

Sort by
0
Boyan Dimitrov
Telerik team
answered on 29 Oct 2012, 04:14 PM
Hello Guna,

I would like to recommend you to use following example to achieve the described scenario either for client-side or code behind. Following guidelines are based on client-side approach:

  1. Find all your root nodes as RadMenuItems client-side objects on pageLoad or OnClientItemPopulating event.
  2. Open all of them following this help article (it also lists all client-side properties and methods for client-side  RadMenuItem objects).

Hope that this will lead you into right direction.


Regards,
Boyan Dimitrov
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
SWAT
Top achievements
Rank 2
answered on 18 Dec 2012, 02:35 PM
Hi,
i also want the same functionality, a menu that looks like RadTreeView in a way, Vertical, alwayes open and indent.
i couldn't find enough help in the link you provided in your reply, can you attach some working sample please?

Thanks a lot,
ilan.
0
Boyan Dimitrov
Telerik team
answered on 21 Dec 2012, 11:11 AM
Hello,

Easy and convenient way of achieving that functionality would be to use ItemFlow property set to Vertical and follow that forum thread that demonstrates some client functionality that keeps some menu items always opened.


Regards,
Boyan Dimitrov
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
Guna
Top achievements
Rank 1
Answers by
Boyan Dimitrov
Telerik team
SWAT
Top achievements
Rank 2
Share this question
or