Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.04 KB

File metadata and controls

32 lines (22 loc) · 1.04 KB
title page_title description slug tags published position
RTL Support
RTL Support - RadAsyncUpload
Check our Web Forms article about RTL Support.
asyncupload/accessibility-and-internationalization/rtl-support
rtl,support
true
2

RTL Support

RadAsyncUpload include support for right-to-left locales using the direction attribute. If you set dir="rtl" on the RadAsyncUpload or for any parent HTML element, the control reverses order of the elements and aligns itself to the right side of its container:

<telerik:RadAsyncUpload RenderMode="Lightweight" id="RadAsyncUpload1" runat="server" dir="rtl" Skin="Office2007">
</telerik:RadAsyncUpload>

This produces the following result:

Right To Left

See Also

  • [Getting Started]({%slug asyncupload/getting-started%})

  • [Localization]({%slug asyncupload/accessibility-and-internationalization/localizing-radasyncupload%})

  • [Disable Chunk Upload]({%slug asyncupload/functionality/chunk-upload%})