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

Related AutocompleteBox

1 Answer 31 Views
AutoCompleteBox
This is a migrated thread and some comments may be shown as answers.
Gianluca
Top achievements
Rank 1
Gianluca asked on 05 Dec 2012, 02:25 PM
Hi,
I need to build 3 autocompletebox related each other (Region, Province and City) with webservices. I dont understand how to build relation becouse I found only samples about related combo boxes.

Thanks

1 Answer, 1 is accepted

Sort by
0
MasterChiefMasterChef
Top achievements
Rank 2
answered on 14 Jan 2013, 09:56 PM
Hi Gianluca,

It seems like you need some experience binding data to Telerik's RadControls, namely the RadAutoCompleteBox. Hopefully the documentation online can give you a further insight into how data gets bound to the control object. If you are trying to narrow down data from larger (Region) to smaller (City), you will need to write a function under the dataAdded event from the parent AutoCompleteBox to successfully populate a child AutoCompleteBox's entries. You may find some insight here on how to implement this.

Good luck,
Bart
Tags
AutoCompleteBox
Asked by
Gianluca
Top achievements
Rank 1
Answers by
MasterChiefMasterChef
Top achievements
Rank 2
Share this question
or