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

IsCaseSensitive in RadComboBox is not working

2 Answers 71 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Kamlesh
Top achievements
Rank 1
Kamlesh asked on 09 Feb 2012, 09:30 AM

Even after selecting IsCaseSensitive to false, my searches are case sensetive. For example entering "test" doesn't return me "Test"
 
Below is my code :


<
telerik:RadComboBox ID="radCombobox1" Runat="server" AutoPostBack="true" IsCaseSensitive="false"

 

 

OnSelectedIndexChanged="radCombobox1_OnSelectedIndexChanged"

 

DataSourceID="LinqDataSource_Users" DataValueField="ID"

 

DataTextField="Name" EnableAutomaticLoadOnDemand="true" RadComboBoxImagePosition="Right"

 

ShowToggleImage="false"

 

ItemsPerRequest="10" ShowMoreResultsBox="true"

 

EnableVirtualScrolling="true" CssClass="search-input" MarkFirstMatch="True" EmptyMessage="Search for contacts" SortCaseSensitive="True" Filter="StartsWith">

</telerik:RadComboBox>

 

 

 

<asp:LinqDataSource ID="LinqDataSource_Users" runat="server"

 

TableName="usp_Users"

 

ContextTypeName="MyDataContext" OrderBy="Name"

 

OnSelecting="LinqDataSource_Users_Selecting" > </asp:LinqDataSource>



2 Answers, 1 is accepted

Sort by
0
SlimSjakie
Top achievements
Rank 2
answered on 31 Jan 2013, 11:06 AM
I have the same problem, has this been resolved yet?
0
Nencho
Telerik team
answered on 05 Feb 2013, 10:59 AM
Hello Christian,

I noticed that you sent us a support ticket regarding the same issue (Ticket ID : 654577). I would like to ask you to continue our conversation in the other ticket, in order to keep the correspondence consistent.

Kind regards,
Nencho
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
ComboBox
Asked by
Kamlesh
Top achievements
Rank 1
Answers by
SlimSjakie
Top achievements
Rank 2
Nencho
Telerik team
Share this question
or