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

Right to Left problem

3 Answers 48 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
Doron Yaacoby
Top achievements
Rank 1
Doron Yaacoby asked on 12 Aug 2009, 08:38 AM
Hi,

I'm using in my page with two RadListBox, that one can transfer items to the other.
All works fine, but I have a problem with the transfer images appearance. When I change my page to be dir="rtl" the images doesn't show correctly.
Can U tell me how to fix the CSS that I can work with the list box on right to left mode?

Thanks in advance,
Nir

3 Answers, 1 is accepted

Sort by
0
Genady Sergeev
Telerik team
answered on 12 Aug 2009, 10:57 AM
Hi Doron Yaacoby,

What do you mean by not displayed correctly? Can you provide us with a screenshot that shows the fault? I have created sample project using RTL and on my side it seems to be fine. Please refer to the screenshot attached.

Sincerely yours,
Genady Sergeev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Doron Yaacoby
Top achievements
Rank 1
answered on 12 Aug 2009, 01:12 PM
Hi Genady,
Thank you for the quick response. I should have noted that the problem only happens in IE6 (your screen shot is taken from Firefox).


0
Kamen Bundev
Telerik team
answered on 13 Aug 2009, 02:21 PM
Hi Doron,

Add this CSS to your page to fix the buttons:
.RadListBox .rlbButton
{
    direction: ltr;
}
Unfortunately there's no real RTL support in RadListBox, but that will come with localization support.

All the best,
Kamen Bundev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
ListBox
Asked by
Doron Yaacoby
Top achievements
Rank 1
Answers by
Genady Sergeev
Telerik team
Doron Yaacoby
Top achievements
Rank 1
Kamen Bundev
Telerik team
Share this question
or