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

Search Column & Contains search in ComboBox with Multiple Item

3 Answers 75 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Jimmy Vithalani
Top achievements
Rank 1
Jimmy Vithalani asked on 30 Apr 2011, 01:16 PM
Hello,

How can I tell RadComboBox, which column to search in, when I type something in the textbox?

Also How can I do contains search rather then starts with search?

Thanks.
Jimmy.

3 Answers, 1 is accepted

Sort by
0
Dimitar Terziev
Telerik team
answered on 05 May 2011, 07:41 AM
Hello Jimmy,

On how to work with the "filter" property of the RadComboBox, please refer to the following demo.
Regarding your first query, the RadCombobox is searching among the text of the items, so it will search in the column whit the values bound to the text property.

Kind regards,
Dimitar Terziev
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Jimmy Vithalani
Top achievements
Rank 1
answered on 05 May 2011, 08:30 AM
Hello Dimitar,

Thanks for the reply.

The Filter property solves a problem for me.

But the other one, where I need to define which column to search in, is still not solved.

Because, I want to search on some other column which is displayed in the drop grid, but it is not in my Text.

Do you see any way of doing this?

Thanks Again.
Jimmy.
0
Dimitar Terziev
Telerik team
answered on 11 May 2011, 10:49 AM
Hello Jimmy,

Since Q1 2011 release the filter property is searching among all columns of the RadComboBox.

In case you are using older version of the controls, your combobox will be searching only in the column with the Text property.

All the best,
Dimitar Terziev
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
ComboBox
Asked by
Jimmy Vithalani
Top achievements
Rank 1
Answers by
Dimitar Terziev
Telerik team
Jimmy Vithalani
Top achievements
Rank 1
Share this question
or