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

combobox float question

4 Answers 60 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
w j
Top achievements
Rank 1
w j asked on 21 Apr 2010, 06:06 AM
What attributes make combobox float left, thank you

4 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 21 Apr 2010, 08:30 AM
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.
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
0
Dimo
Telerik team
answered on 21 Apr 2010, 10:09 AM
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.
Tags
General Discussions
Asked by
w j
Top achievements
Rank 1
Answers by
Dimo
Telerik team
w j
Top achievements
Rank 1
Share this question
or