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

[Solved] rtl does not work with some skins

4 Answers 99 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Mohamed
Top achievements
Rank 1
Mohamed asked on 03 Jun 2008, 09:16 AM
Hi all,

I have web site to be localize (English and Arabic)
in radcombobox i add this property dir=rtl
and it work switching between ltr and rtl
but the drop down list can not switch from ltr to rtl in all skins except Default skin

in other words
rtl work for Default skin  only

4 Answers, 1 is accepted

Sort by
0
Helen
Telerik team
answered on 03 Jun 2008, 12:01 PM
Hi Mohamed,

Are you using the asp.net ajax version of RadComboBox? If so, currently we have a problem about items text alignment in rtl mode with some of the skins. What is the exact skin that you are using?

Regards,
Helen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Mohamed
Top achievements
Rank 1
answered on 03 Jun 2008, 12:04 PM
Hi Helen

skin that i use is WebBlue
0
Alex Gyoshev
Telerik team
answered on 03 Jun 2008, 03:25 PM
Hi Mohamed,

You can use the following CSS to align the RadComboBox items to the right:
.RadComboBoxDropDown_WebBlue_rtl 
    text-align: right
    directionrtl

This issue will be fixed with the next release of RadControls for ASP.NET AJAX.

All the best,
Alex
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Mohamed
Top achievements
Rank 1
answered on 03 Jun 2008, 03:30 PM
Hi Alex

Thanks alot
Tags
ComboBox
Asked by
Mohamed
Top achievements
Rank 1
Answers by
Helen
Telerik team
Mohamed
Top achievements
Rank 1
Alex Gyoshev
Telerik team
Share this question
or