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

[Solved] RadComboBox look fine using IE7 but expand when using IE8

3 Answers 124 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
sk
Top achievements
Rank 1
sk asked on 09 Jun 2009, 07:32 AM
Hi, i am currently develop a form using rad combo box. Everything look OK when i am view it by using IE7. But the width of combo box will expand itself when using IE8. when can i do to solve this problem?? anyone can give me solution as soon as possible?thanks

best regards:
sk

3 Answers, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 10 Jun 2009, 01:11 PM
Hello,

I also experienced same issue. I tried RadComboBox inside a div and setting the width for div. Give a try with this approach.

ASPX:
 
<div style="width:200px;"
      <telerik:RadComboBox ID="RadComboBox1" runat="server" ShowMoreResultsBox="true"     
       ToolTip="Please enter your title" Skin="WebBlue"  OnItemsRequested="RadComboBox1_ItemsRequested" AutoPostBack="True"   > 
      </telerik:RadComboBox> 
</div> 

Thanks,
Shinu.
0
sk
Top achievements
Rank 1
answered on 11 Jun 2009, 01:59 AM
Hi, shinu
Thanks for your help. Its really can solve my problem.

best regards:
SK
0
Jorgen
Top achievements
Rank 1
answered on 11 Jun 2009, 07:01 AM
This helped me too, thanks. This is just a problem update.
I have IE8 and it looks fine in my development environment (Cassini) but not in my test or live environment (IIS).
Tags
ComboBox
Asked by
sk
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
sk
Top achievements
Rank 1
Jorgen
Top achievements
Rank 1
Share this question
or