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

[Solved] Problems in move the items square of combobox

2 Answers 86 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Carlos Marchi
Top achievements
Rank 1
Carlos Marchi asked on 28 Oct 2009, 07:50 PM
Hi Everybody,

I have been problems to change place the square of items.. I'd like to put this square more side right using padding left or margin left... Is it possible??


Can Everybody help me, please?

2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 29 Oct 2009, 06:33 AM
Hello Carlos,

I suppose you want to move the dropdown for your RadComboBox to the right. If so, you can set the OffsetX property of the combobox to a specific width as shown below:
aspx:
<telerik:RadComboBox ID="RadComboBox1" OffsetX="50" runat="server"
     <Items> 
         <telerik:RadComboBoxItem Text="Text1" /> 
         <telerik:RadComboBoxItem Text="Text2" /> 
         <telerik:RadComboBoxItem Text="Text3" /> 
     </Items> 
</telerik:RadComboBox> 

Thanks
Princy.
0
Carlos Marchi
Top achievements
Rank 1
answered on 29 Oct 2009, 07:05 PM
Hi Princy,

Thank you very much for your help. It's exactly what I have been doing!!!

Tags
ComboBox
Asked by
Carlos Marchi
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Carlos Marchi
Top achievements
Rank 1
Share this question
or