4 Answers, 1 is accepted
0
Hi w j,
You can control the dropdown position with the OffsetX and OffsetY properties:
<telerik:RadComboBox ID="RadComboBox1" runat="server" Width="200px" DropDownWidth="300px" OffsetX="-100">
<Items>
<telerik:RadComboBoxItem Text="item 1" />
</Items>
</telerik:RadComboBox>
Regards,
Dimo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
You can control the dropdown position with the OffsetX and OffsetY properties:
<telerik:RadComboBox ID="RadComboBox1" runat="server" Width="200px" DropDownWidth="300px" OffsetX="-100">
<Items>
<telerik:RadComboBoxItem Text="item 1" />
</Items>
</telerik:RadComboBox>
Regards,
Dimo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0

w j
Top achievements
Rank 1
answered on 21 Apr 2010, 09:54 AM
Change resolution, coordinates will move
How?
thanks
0

w j
Top achievements
Rank 1
answered on 21 Apr 2010, 10:06 AM
like this
0
Hi w j,
I can't reproduce such a behavior locally. Please send a simple runnable demo.
Regards,
Dimo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
I can't reproduce such a behavior locally. Please send a simple runnable demo.
Regards,
Dimo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.