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

DropDownList not expanding in newer browser

1 Answer 94 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Hoi
Top achievements
Rank 1
Hoi asked on 01 Dec 2012, 01:00 AM
Hello.  I inherited an asp.net application that uses Telerik.Web.UI.
On this one particular page it uses asp:DropDownList that works in older browsers (i.e. Firefox 14), but the DDL would not expand in current version of Firefox, Chrome, IE.  Has anyone encountered this problem yet?
Any help is greatly appreciated.

-Hoi Pham

<telerik:RadGrid
    ID="uxRadGrid" runat="server"
    AllowPaging="True"
    AllowCustomPaging="True"
    AllowSorting="True"
    GridLines="None"
    VirtualItemCount="0"
    PageSize="1"
    OnNeedDataSource="uxRadGrid_NeedDataSource"
    AllowMultiRowSelection="True"
    AutoGenerateColumns="False"
    GroupingEnabled="False"
    OnDataBound="uxRadGrid_DataBound"
    OnItemCommand="uxRadGrid_ItemCommand"
    EnableViewState="true"
    OnItemDataBound="uxRadGrid_ItemDataBound"
    EnableEmbeddedSkins="false"
    ImagesPath="~/images/"
    onsortcommand="uxRadGrid_SortCommand"
    onselectedindexchanged="uxRadGrid_SelectedIndexChanged">

    <MasterTableView GridLines="None" RetrieveNullAsDBNull="true" AllowCustomSorting="true">
        <Columns>
            <telerik:GridClientSelectColumn UniqueName="uxSelectCheckBox" HeaderStyle-Width="25px" Visible="false" />

            <telerik:GridTemplateColumn
                HeaderText="DayPart"
                UniqueName="uxPlaylistDayPartCol"
                HeaderStyle-Width="85"
                HeaderStyle-ForeColor="White"
                HeaderStyle-VerticalAlign="Top">
                <ItemTemplate>
                    <asp:DropDownList ID="ddlTimeFrom" runat="server" Width="75" />
                </ItemTemplate>
            </telerik:GridTemplateColumn>

        </Columns>
    </MasterTableView>
</telerik:RadGrid>

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 05 Dec 2012, 11:18 AM
Hi Hoi,

I have tested the provided grid declaration under different browsers and versions and the dropdown works as expected on my end.

Please provide us the exact steps to reproduce the issue or open a support ticket to send us a sample runnable application demonstrating the erratic behavior. Thus, we will be able to further analyze the problem and provide a proper solution.

All the best,
Eyup
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Grid
Asked by
Hoi
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or