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

Styles in RadMenu

2 Answers 65 Views
FormDecorator
This is a migrated thread and some comments may be shown as answers.
Felix
Top achievements
Rank 1
Felix asked on 24 Sep 2014, 07:44 AM
Hi all

How can I list all skins from FormDecorator in a RadMenu and then force the RadFormDecorater to decorate the page with the skin, which was selected in the RadMenu?

Regards
Felix

2 Answers, 1 is accepted

Sort by
0
Accepted
Slav
Telerik team
answered on 29 Sep 2014, 07:16 AM
Hi Felix,

You should succeed in implementing the described functionality by placing a RadMenu and a RadFormDecorator on the page. You can check the data binding examples of the menu control and use them as a reference to bind a list of the skin names to the control: http://demos.telerik.com/aspnet-ajax/menu/examples/programming/declarativedatasources/defaultcs.aspx

Then, on the ItemClick event (http://www.telerik.com/help/aspnet-ajax/menu-server-side-item-click.html) you can get the selected name and set it to the Skin property of the form decorator control.

I hope this helps. Feel free to contact us again if you run into more difficulties.

Regards,
Slav
Telerik
 
Explore the entire set of ASP.NET AJAX controls we offer here and browse the myriad online demos to learn more about the components and the features they incorporate.
0
Felix
Top achievements
Rank 1
answered on 11 Oct 2014, 02:40 PM
Thank you Slav.

Regards
Felix
Tags
FormDecorator
Asked by
Felix
Top achievements
Rank 1
Answers by
Slav
Telerik team
Felix
Top achievements
Rank 1
Share this question
or