Telerik Extensions for ASP.NET MVC

RTL support

Theme: vista
  • Pure ASP.NET MVC components
  • Completely Open Source
  • Exceptional Performance
  • Based on jQuery
  • Search Engine Optimized
  • Cross-browser support
  • Built on Silverlight 3
  • RIA services support
  • Validation support
  • Out of browser support
  • The first commercial 3D chart
  • Free testing framework
  • Built on top of Microsoft ASP.NET AJAX framework
  • Rich client-side capabilities; nearly identical client-side and server-side APIs
  • .NET 3.5 built-in support for LINQ, EntityDataSource, ADO.NET DataServices, WCF, etc
  • Performance optimization helper controls and HTTP compression
  • SharePoint and DotNetNuke Integration; ASP.NET MVC-ready
  • Wide cross-browser compatible and XHTML compliant
  • Model First and Schema First approaches
  • Stored Procedures for Multiple Databases
  • Views for Multiple Databases
  • Generic Metadata Access and artificial fields API in the runtime
  • Support for Ado.Net Data Services and WCF
  • Support for LINQ, OQL, and SQL Languages
  • Excellent data presentation and analysis: Crosstabs, Charts, Tables, Lists
  • SubReports, Barcodes, Images, Shapes, and more
  • Revolutionary WYSIWYG design surface in Visual Studio
  • Easy conditional formatting, sorting, filtering, grouping
  • Powerful styling, data binging and data processing models
  • Significantly reduced development time through wizards and builders
  • Multi-lingual Content Integration
  • Workflow Engine
  • Document versioning
  • Permissions
  • Interface Localization
  • Wide cross-browser compatible and XHTML compliant

About this example

Telerik TabStrip for ASP.NET MVC supports right-to-left languages.

The only necessary change to enable this mode is to add a t-tabstrip-rtl class to the tabstrip:

<%= Html.Telerik().TabStrip()
        .Name("TabStrip")
        .HtmlAttributes(new { @class = "t-tabstrip-rtl" })
        ...
%>