This is a migrated thread and some comments may be shown as answers.

RadWindow in RTL

2 Answers 47 Views
Window
This is a migrated thread and some comments may be shown as answers.
Eng.Bassel Samman
Top achievements
Rank 2
Eng.Bassel Samman asked on 07 Dec 2010, 04:03 PM
Dears,
Is it possible to open RadWindow in RTL direction including Toolbar and Scrollbar ?

Best Regards

2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 08 Dec 2010, 07:10 AM
Hello,

Since the Radwindow doesn't support the dir property, you can achieve the requirement by modifying the default CSS class of TitlebarControls,WindowContent.

CSS:
.rwTitlebarControls, .rwWindowContent
        {
            direction: rtl !important;
        }

Hope this helps.

Thanks,
Princy.
0
Georgi Tunev
Telerik team
answered on 08 Dec 2010, 08:22 AM
Hello Bassel,

Yes, RadWindow can be used in RTL mode - here is a demo for this feature.

Best wishes,
Georgi Tunev
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Window
Asked by
Eng.Bassel Samman
Top achievements
Rank 2
Answers by
Princy
Top achievements
Rank 2
Georgi Tunev
Telerik team
Share this question
or