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

Position Arrow key in ComboBox to left of Input box

1 Answer 90 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Amir
Top achievements
Rank 1
Amir asked on 16 Dec 2011, 12:43 AM
Hi,

I am trying to create a custom skin for my Combo boxes and I was wondering if its possible to position the arrow key in Combo Box control to the left of the input box. Any help would be appreciated.

I have the Q2 2011 version of RadControls for ASP.NET AJAX installed.

Thanks;

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 16 Dec 2011, 05:52 AM
Hello,

Try the following CSS.

CSS:
<style type="text/css">
 .CSSClassName
  {
    direction:rtl !important;
  }
</style>

Thanks,
Princy.
Tags
ComboBox
Asked by
Amir
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or