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

DropdownList in RadListbox is not working in Google Chrome

1 Answer 92 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
Radhika
Top achievements
Rank 1
Radhika asked on 05 Dec 2011, 09:00 AM
Hi Team ,

I have a dropdown list in the Item Teplate of a RadList box . It is enabled and works fine in IE but it is  not working in Google Chrome .
I am not even able to select an item from the dropdownlist.

Please reply me as soon as possible .

Thanks
Radhika

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 05 Dec 2011, 09:50 AM
Hello,

I have tried to reproduce the same but no avail. Here is the sample code and screenshot.

ASPX:
<telerik:RadListBox ID="list" runat="server" AllowTransfer="true" DataSourceID="SqlDataSource1" >
  <ItemTemplate>
       <asp:DropDownList ID="Ddl" DataSourceID="SqlDataSource1" DataTextField="EmployeeID" DataValueField="EmployeeID" runat="server">
      </asp:DropDownList>
  </ItemTemplate>
</telerik:RadListBox>

Thanks,
Princy.
Tags
ListBox
Asked by
Radhika
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or