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

add Functionnality AutocompleteBox : search in multi column

8 Answers 130 Views
AutoCompleteBox
This is a migrated thread and some comments may be shown as answers.
Olivier
Top achievements
Rank 2
Olivier asked on 14 Nov 2012, 05:29 PM
Hello

Can you add this functionnality in AutoCompleteBox.

We can only search on the property  " DataTextField " of the AutoComplete

it's wil be useful if you add an attribute property  " SearchDataColumn " and we can add a separate column of sql with ","
if i put  SearchDataColumn="Column1, Column2, Column3" your query can search in this column.

Thanks in advance,

Olivier

8 Answers, 1 is accepted

Sort by
0
Nencho
Telerik team
answered on 19 Nov 2012, 01:29 PM
Hi Oliver,

Thank you for your suggestion. I will forward it to our development team for further consideration.

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.
0
tony
Top achievements
Rank 1
answered on 19 Nov 2012, 01:36 PM
+1 i wait this functionnality
0
Olivier
Top achievements
Rank 2
answered on 19 Nov 2012, 01:53 PM
Thanks Nencho for your help !

i appreciate that !

Olivier
0
Olivier
Top achievements
Rank 2
answered on 08 Dec 2012, 10:14 AM
Hello Nencho

You have a web form to add functionnality to the telerik team ? a web page : New idea ! ?

Thanks
0
Calleigh
Top achievements
Rank 1
answered on 10 Dec 2012, 03:57 PM
There is no ASP.NET control that exposes such "search data columns" property.
If you want to search in some columns of a database table  - you can simply modify your SQL "Select" statement.
0
Olivier
Top achievements
Rank 2
answered on 10 Dec 2012, 04:41 PM
hello Calleigh

With asp.net ajax we can search in data columns, with telerik we don't cause , we don't access of the sql statement
the "where statement".


We want modify the where to search city name, zip code or department code , you have only search on 1 column
in your web application ?


Olivier
0
Calleigh
Top achievements
Rank 1
answered on 10 Dec 2012, 05:32 PM

I probably misunderstood your concept.
How exactly do you search in many datatable columns using the ASP.NET controls properties? What controls do you use?
0
Olivier
Top achievements
Rank 2
answered on 10 Dec 2012, 05:42 PM
VoilĂ  a website which represent my concept : http://www.century21.com/property-search

you can search on the autocompleteBox  : "los angeles" ,"90210" , "Michigan" or "California"
This value are store in the different column of the select , and the display is also different.

it's exactly that i would make with telerik.

I use today Autocomplete from asp.net
http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/AutoComplete/AutoComplete.aspx

And i change in the sql my filter in the where , but the webservice is too Slow ,

Telerik is more fast and i ask to nencho to ask to add this functonnality. , Column Display="Col1, Col3 " and Column Filter= "Col4, Col1,Col2,Col3"

Please if you can test on century21 to search a location, you ll understand my concept.

Olivier,
Tags
AutoCompleteBox
Asked by
Olivier
Top achievements
Rank 2
Answers by
Nencho
Telerik team
tony
Top achievements
Rank 1
Olivier
Top achievements
Rank 2
Calleigh
Top achievements
Rank 1
Share this question
or