I'm looking for a linkbar component but it doesn't look like the Silverlight components includes a linkbar or even a link button - is that the case?
I'm simply looking for a components like this:
Settings | About | Logout
where Settings, About, and Logout are links (see upper right hand-corner of this Telerik page, Your Account | Your Links | Log Out :)
Thanks!
I'm simply looking for a components like this:
Settings | About | Logout
where Settings, About, and Logout are links (see upper right hand-corner of this Telerik page, Your Account | Your Links | Log Out :)
Thanks!
4 Answers, 1 is accepted
0
Hello fortpointuiguy,
Please check our Menu control .
Kind regards,
Pavel Pavlov
the Telerik team
Please check our Menu control .
Kind regards,
Pavel Pavlov
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
s2uiguy
Top achievements
Rank 1
answered on 21 Apr 2011, 08:18 PM
Pavel - thanks for the response but I'm not entirely sure how you envision the menu being used to solve this problem.
Would it be to have a RadMenu with just the top-level menu items and then do some styling to have that separator in between them?
Thanks!
Would it be to have a RadMenu with just the top-level menu items and then do some styling to have that separator in between them?
Thanks!
0
Accepted
Hello Bobby ,
That was what I had in mind . I believe this component is as close as we can get.
An alternative would be your own implementation which I believe would not be heavy to do.
Actually you need just a horizontal ItemsControl with HyperlinkButton in the Item template right ?
*The HyperLinkButton is included in the standard set of controls in the VS toolbox .
Kind regards,
Pavel Pavlov
the Telerik team
That was what I had in mind . I believe this component is as close as we can get.
An alternative would be your own implementation which I believe would not be heavy to do.
Actually you need just a horizontal ItemsControl with HyperlinkButton in the Item template right ?
*The HyperLinkButton is included in the standard set of controls in the VS toolbox .
Kind regards,
Pavel Pavlov
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
s2uiguy
Top achievements
Rank 1
answered on 28 Apr 2011, 10:11 PM
Thanks!