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

Align ComboBox value horizontally

2 Answers 192 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Dariusz
Top achievements
Rank 1
Dariusz asked on 09 Nov 2011, 01:06 PM
Hello,
Is it possible to center the selected value in RadComboBox ?
Also I'd like to write in it starting from center position (currently if I'm writing in RadComboBox my chars are showing starting from the left side, I'd like them to appear centered).

Any ideas ?

Regards
Darek

2 Answers, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 09 Nov 2011, 01:39 PM
Hello Dariusz,

You can try the following CSS.

CSS:
<style type="text/css">
  .rcbInput
   {
    text-align:center !important;
   }
 </style>

Thanks,
Shinu.
0
Dariusz
Top achievements
Rank 1
answered on 15 Nov 2011, 01:31 PM
Thank You Shinu
Tags
ComboBox
Asked by
Dariusz
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Dariusz
Top achievements
Rank 1
Share this question
or