Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
AI Productivity Tools
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
New to Telerik UI for ASP.NET AJAX? Download free 30-day trial
RadComboBox fully supports right-to-left (RTL) language locales. The only thing you need to do is to mark the combobox instance with dir="rtl"as shown in the example.
Review the following topic from the online documentation for more details:
<%@ Page AutoEventWireup="true" CodeFile="DefaultCS.aspx.cs" Inherits="ComboBox.Examples.Functionality.Rtl.DefaultCS"Language="c#" %>
<%@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %>
<!DOCTYPE html>
<
html
xmlns
=
'http://www.w3.org/1999/xhtml'
>
head
runat
"server"
title
>Telerik ASP.NET Example</
</
body
form
id
"form1"
telerik:RadScriptManager
ID
"RadScriptManager1"
/>
telerik:RadSkinManager
"RadSkinManager1"
ShowChooser
"true"
div
class
"demo-container size-thin"
telerik:RadComboBox
RenderMode
"Lightweight"
"RadComboBox1"
Width
"300"
Height
"140"
dir
"rtl"