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
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
0
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
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
skin that i use is WebBlue
0
Hi Mohamed,
You can use the following CSS to align the RadComboBox items to the right:
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
You can use the following CSS to align the RadComboBox items to the right:
| .RadComboBoxDropDown_WebBlue_rtl |
| { |
| text-align: right; |
| direction: rtl; |
| } |
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
Thanks alot