<
asp:SqlDataSource ID="SqlDataSource2" runat="server" ConnectionString="<%$ ConnectionStrings:edwaydbConnectionString %>" SelectCommand="SELECT [lname], lname+','+fname 'lfname', [StudentID] FROM [Registrations] ORDER BY [lname], [fname]"></asp:SqlDataSource>
<CommandItemTemplate>
<telerik:RadComboBox ID="RadComboBox1" runat="server" Height="140px" Width="250px"
DataSourceID="SqlDataSource2" DataTextField="lfname" DataValueField="StudentID"
ToolTip="Select a student" Skin="Vista" AllowCustomText="true" MarkFirstMatch="True"
Font-Size="Small" ShowToggleImage="true">
<CollapseAnimation Type="InSine"></CollapseAnimation>
<ExpandAnimation Type="InOutSine"></ExpandAnimation>
</telerik:RadComboBox>
<asp:Button ID="btnSearch" runat="server" Text="Search" CommandName="Search" />
<asp:Button ID="btnClear" runat="server" Text="Clear" CommandName="Clear" />
</CommandItemTemplate>
8 Answers, 1 is accepted
I was unable to reproduce the issue with Chrome in our live demo here (which is using the latest official version of Telerik.Web.UI - 2009.1.412
Could specify with which version you are experiencing the issue?
All the best,
Simon
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Greetings,
Simon
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
We have resolved this issue in Q2 2010 SP1 (version number 2010.2.826).
All the best,
Simon
the Telerik team