Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > ComboBox > IsCaseSensitive in RadComboBox is not working

Not answered IsCaseSensitive in RadComboBox is not working

Feed from this thread
  • Kamlesh avatar

    Posted on Feb 9, 2012 (permalink)

    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>



    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > ComboBox > IsCaseSensitive in RadComboBox is not working
Related resources for "IsCaseSensitive in RadComboBox is not working"

ASP.NET ComboBox Features  |  Documentation  |  Demos  |  Telerik TV  |  Self-Paced Trainer  |  Step-by-step Tutorial  ]