RTL support
Theme: vista
Telerik PanelBar for ASP.NET MVC supports right-to-left languages.
The only necessary change to enable this mode is to add a t-panelbar-rtl class to the panelbar:
<%= Html.Telerik().PanelBar()
.Name("PanelBar")
.HtmlAttributes(new { @class = "t-panelbar-rtl" })
...
%>
Copyright 2002-2010 © Telerik. All rights reserved
Telerik Inc,
460 Totten Pond Rd,
Suite 640,
Waltham,
MA
02451
www.telerik.com |
Terms of Use |
Contact Us