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

[Solved] Combobox Position changes on mouse over

1 Answer 108 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
pradip
Top achievements
Rank 1
pradip asked on 30 Jul 2009, 02:21 PM

Hi

I am using combobox, but problem is it is not getting align to the postion i am setting expecting to. Whenever I put mouse over dropdown it is moving to the left side and when mouse is out , it goes back to previous position.

I am having simple code.... as follows

 

<

telerik:RadComboBox ID="ddlGroup" runat="server" BorderStyle="None"

 

 

AllowCustomText="false" EnableTextSelection="false"

 

 

ShowToggleImage="true" Skin="Outlook" Width="184px" >

 

 

</telerik:RadComboBox>

Please Suggest the way to fix it. I want it should not move from its position.

Thanks and Regards,
Pradip

 

1 Answer, 1 is accepted

Sort by
0
Kamen Bundev
Telerik team
answered on 30 Jul 2009, 03:01 PM
Hello Pradip,

RadComboBox shouldn't do that by itself and the definition you provided is not enough to determine the problem but it is probably cause by a global CSS declaration. Can you provide more markup of the surrounding page and any CSS included?

Best wishes,
Kamen Bundev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
ComboBox
Asked by
pradip
Top achievements
Rank 1
Answers by
Kamen Bundev
Telerik team
Share this question
or