A Vertical Orientation option would make the control usable as a side bar / sub navigation menu. Currently, we're using a PanelBar to achieve this functionality, but it lacks the Adaptive behavior of the Navigation control.
I need to specify the Target as well as the NavigateUrl and Text when programmaticlly data binding. Thanks.
Please add "AppendDataBound" property to the RadNavigation control.
while replacing my RadMenu for the new RadNavigation, I was forced to stop because the RadNavigation does not support columns like the RadMenu can e.g. <telerik:RadMenu runat="server" ID="radMainMenu" MaxDataBindDepth="2" EnableRoundedCorners="true" EnableShadows="true" EnableTextHTMLEncoding="true"> <DefaultGroupSettings RepeatColumns="2" RepeatDirection="Vertical" /> </telerik:RadMenu> Keep up the good work, Thanks.