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

Filter="Contains" does not work

3 Answers 100 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
mabs
Top achievements
Rank 1
mabs asked on 13 Jul 2010, 11:37 AM
I have created a radComboBox,
<telerik:RadComboBox ID="rcb_provider" AllowCustomText="true" runat="server" EmptyMessage="Search for provider..." 
EnableAutomaticLoadOnDemand="True" ShowMoreResultsBox="true" DataTextField="DESCRIPTION" DataValueField="ID" Filter="Contains" ></telerik:RadComboBox>

I bind data on server side

Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
    rcb_provider.DataSource = myDataSource
    rcb_provider.DataBind()
End Sub

I have set filter to contains, however it only filters as startsWith.  Any ideas why this is not working?

3 Answers, 1 is accepted

Sort by
0
Simon
Telerik team
answered on 13 Jul 2010, 12:22 PM
Hi Russell Mabin,

This is an issue we fixed recently. With the latest internal build the property works properly.

Regards,
Simon
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
mabs
Top achievements
Rank 1
answered on 13 Jul 2010, 12:32 PM
Thank you for the reply.  Do you have a link for this internal build as I think I have downloaded one a couple of weeks ago, for .net 4.0
0
Simon
Telerik team
answered on 13 Jul 2010, 01:23 PM
Hello Russell Mabin,

You can access Latest Internal Builds in your account on this URL.

Greetings,
Simon
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
ComboBox
Asked by
mabs
Top achievements
Rank 1
Answers by
Simon
Telerik team
mabs
Top achievements
Rank 1
Share this question
or