This question is locked. New answers and comments are not allowed.
Hi,
I’m using the customized RadMenu explained in the demo : http://demos.telerik.com/silverlight/#Menu/Customization .
I’d like to know if it’s possible to open one of the top level items directly when the radmenu is loaded.
I found a solution that requires javascript, but as I create and fill the items programmatically, I can’t use it.
Thanks,
6 Answers, 1 is accepted
0
Hi Bruno,
You can set IsSubmenuOpen property to True in XAML.
Let us know if you need more information.
Regards,
Hristo
the Telerik team
You can set IsSubmenuOpen property to True in XAML.
Let us know if you need more information.
Regards,
Hristo
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
0
BRUNO
Top achievements
Rank 1
answered on 16 May 2012, 07:41 AM
I create the items in the xaml.vb file, so I can't modify them in the xaml !
0
Hello Bruno,
You can always set it in code behind.
Greetings,
Hristo
the Telerik team
You can always set it in code behind.
Greetings,
Hristo
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
0
BRUNO
Top achievements
Rank 1
answered on 16 May 2012, 09:30 AM
Hi,
The set property is not available in code-behind, only the get one is.
Thanks,
The set property is not available in code-behind, only the get one is.
Thanks,
0
Accepted
Hello Bruno,
You need version 2012 Q1 or later to get the public setter.
All the best,
Hristo
the Telerik team
You need version 2012 Q1 or later to get the public setter.
All the best,
Hristo
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
0
BRUNO
Top achievements
Rank 1
answered on 16 May 2012, 12:25 PM
Ok.
Thank you!
Thank you!