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

Right to Left Support

7 Answers 112 Views
DropDownTree
This is a migrated thread and some comments may be shown as answers.
Mohammed
Top achievements
Rank 1
Mohammed asked on 28 Aug 2013, 09:38 AM
Hi,

is there a right to left property for dropdowntree?

I have tried by setting the direction as below. Unfortunately it didnt work.
raddropdowntree1.Attributes("dir") = "rtl"

Please help.

Thanks.

7 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 28 Aug 2013, 10:22 AM
Hi Mohammed,

As far as I know, RadDropDownTree does not have any Right-to-Left support. You may have a look at this Tech-Sheets to check the Localization and RTL support for various RadControls.

Thanks,
Princy.
0
Kate
Telerik team
answered on 28 Aug 2013, 12:59 PM
Hello Mohammed,

Indeed, currently we do not provide support for the DropDownTree control as Princy indicated in the response. However, I have already logged it in our internal system so that our developers can include in the planning and implement it with the future improvements of the control.

Regards,
Kate
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
0
أشرف
Top achievements
Rank 1
answered on 10 Jun 2015, 03:50 PM

Greetings,

 I'd like to refresh this old post as I'm interested in this control.

The page Princy referred to now states that the DropDownTree supports RTL mode. But I can't find any way to enable this. The control always renders left to right.

0
أشرف
Top achievements
Rank 1
answered on 10 Jun 2015, 03:55 PM
Also how to bind an ASP.Net RequiredFieldValidator to the DropDownTree?
0
Nencho
Telerik team
answered on 15 Jun 2015, 11:36 AM
Hello Ashraf,

Indeed in the referenced article the RTL support for the RadDropDownTree is marked as available, however, I am afraid that it is not. We will take care, so that the information in the article is correct. As for the feature itself, I have increased the priority of the feature request and it will be implemented as soon as possible.

As for the required field validator - in the attachment you can find a simple example on the implementation of this validation.

Regards,
Nencho
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Hemen
Top achievements
Rank 1
answered on 03 Nov 2015, 12:46 PM

Add this styles to your page.

.rddtPopup {<br>            direction: rtl !important;<br>            text-align: right !important;<br>        }<br><br>        .rddtFilterInput, .rddtFakeInput {<br>            text-align: right !important;<br>        }​
.rddtPopup {
            direction: rtl !important;
            text-align: right !important;
        }

        .rddtFilterInput, .rddtFakeInput {
            text-align: right !important;
        }​

0
Hossein
Top achievements
Rank 1
answered on 19 Dec 2016, 07:29 AM

Thank you very much Hemen 

It works perfectly

Tags
DropDownTree
Asked by
Mohammed
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Kate
Telerik team
أشرف
Top achievements
Rank 1
Nencho
Telerik team
Hemen
Top achievements
Rank 1
Hossein
Top achievements
Rank 1
Share this question
or