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

[Solved] How to remove scrollbars in IE6

3 Answers 96 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
David Louth
Top achievements
Rank 1
David Louth asked on 02 Apr 2009, 05:01 PM
I have the following combobox that works fine except in IE6, both vertical and horizontal scrollbars appear. They don't in IE7 or FF:

<telerik:RadComboBox ID="PresetsComboBox" runat="server" Skin="WebBlue" OnSelectedIndexChanged="PresetsComboBox_SelectedIndexChanged"
                    EnableLoadOnDemand="true" DropDownWidth="300px" MarkFirstMatch="True" AutoPostBack="True" Width="150px"
                    Text="custom">
                    <CollapseAnimation Duration="200" Type="OutQuint" />
                    <HeaderTemplate>
                        <table style="width: 300px" cellspacing="0" cellpadding="0" class="bodyTextBold">
                            <tr>
                                <td style="width: 100px;">
                                    Options
                                </td>
                                <td style="width: 100px;">
                                    Start Date
                                </td>
                                <td style="width: 100px;">
                                    End Date
                                </td>
                            </tr>
                        </table>
                    </HeaderTemplate>
                    <ItemTemplate>
                        <table style="width: 300px" cellspacing="0" cellpadding="0" class="bodyText">
                            <tr>
                                <td style="width: 100px;">
                                    <%# DataBinder.Eval(Container, "Text")%>
                                </td>
                                <td style="width: 100px;">
                                    <%# DataBinder.Eval(Container, "Attributes['Start']")%>
                                </td>
                                <td style="width: 100px;">
                                    <%# DataBinder.Eval(Container, "Attributes['End']")%>
                                </td>
                            </tr>
                        </table>
                    </ItemTemplate>
                </telerik:RadComboBox>

Any thoughts?

Thanks, Dave

3 Answers, 1 is accepted

Sort by
0
Kamen Bundev
Telerik team
answered on 06 Apr 2009, 11:48 AM
Hello David,

Can you please check and tell which version of the RadControls are you using? Because you're posting in the classic RadControls forum with version 2.8.8 but your RadComboBox declaration looks like the newer RadComboBox for ASP.NET AJAX. I need this information in order to help you.

Greetings,
Kamen Bundev
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
0
David Louth
Top achievements
Rank 1
answered on 06 Apr 2009, 02:35 PM
Sorry bout that. We just started using your controls. It's 2008.3.1504.35. We had to start using the dev version to get filtering on numeric grid columns working. 
0
Kamen Bundev
Telerik team
answered on 08 Apr 2009, 12:16 PM
Hi David,

Unfortunately I still can't reproduce your problem - it may have something to do with the data you're loading or the underlying page. Can you send a sample project with this issue so I can be able to reproduce it? Open a support ticket to send it privately or I can convert this thread to a ticket if you prefer.

Also since you're early in development, I would advise you to upgrade to the latest Q1 2009 release, because due to big differences between Q3 2008 and Q1 2009 the upgrade procedure on a later stage can become more difficult.

Sincerely yours,
Kamen Bundev
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Tags
ComboBox
Asked by
David Louth
Top achievements
Rank 1
Answers by
Kamen Bundev
Telerik team
David Louth
Top achievements
Rank 1
Share this question
or