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

[Solved] IE 6 and Rad Combo Scroll bar issue

1 Answer 108 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Manishkumar
Top achievements
Rank 1
Manishkumar asked on 29 Apr 2009, 03:35 PM

Hi,

I have Rad Combo box with scroll bar to handle Long Name. It wors fine in IE 7. 

But in IE 6 it does not show scroll bar . 

Request you to please suggest.

----------------------------------Code Snippet -------------------------------------------

 

 

<td style="width: 90%">

 

 

 

 

 

<rad:RadComboBox ID="Combo1" Height="100px" Width="40%" runat="server" AllowCustomText="false"  Skin="Outlook"

 

 

 

 

MarkFirstMatch="false"   AutoPostBack="false">

 

 

 

 

 

</rad:RadComboBox>

 

 

 

 

 

</td>

 

 

 

-----------------------------------------------------------------------------

Thanks and regards,
Manish Patel 

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 06 May 2009, 06:56 AM
Hello Manish,

Try setting the width of the ComboBox in pixels rather than setting it in percentage and see if it makes a difference. If that doesnt help you can try setting the DropDownWidth of the ComboBox such that scrollbars are displayed.
aspx:
<rad:RadComboBox ID="Combo1" Height="100px" Width="40%" runat="server" AllowCustomText="false" DropDownWidth="30%" 
MarkFirstMatch="false" AutoPostBack="false"
</rad:RadComboBox>  

Thanks
Princy.
Tags
ComboBox
Asked by
Manishkumar
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or