3 Answers, 1 is accepted
0
Hello swati,
Unfortunately RadComboBox does not support load on demand out of the box. You can find attached a simple example how to create load on demand using the google suggest web service. You will have to implement the IAutocompleteProvider interface the same way if you want to use other service or direct database access.
Still due to some limitations of RadComboBox (it does not have CurrentText property that contains the typed, but not autocompleted text) you cannot use both autocomplete and load on demand at the same time.
Please, let me know if you need additional help with this.
Greetings,
Konstantina
the Telerik team
Unfortunately RadComboBox does not support load on demand out of the box. You can find attached a simple example how to create load on demand using the google suggest web service. You will have to implement the IAutocompleteProvider interface the same way if you want to use other service or direct database access.
Still due to some limitations of RadComboBox (it does not have CurrentText property that contains the typed, but not autocompleted text) you cannot use both autocomplete and load on demand at the same time.
Please, let me know if you need additional help with this.
Greetings,
Konstantina
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
Chris
Top achievements
Rank 1
Iron
answered on 14 Jan 2015, 04:38 PM
Awesome post, been looking for something like this. However, in the attached code, the class BindingExpressionHelper doesn't exist. Can you give us this code?
Thanks!
Thanks!
0
Hi Chris,
I was able to successfully build and run the project. However what I can suggest you is to check our AutoCompleteBox control which supports that behavior out of the box without any custom implementations. Please also check the online demos (the ones for WPF are identical) and demos in our XAML SDK repository.
Hope this helps.
Regards,
Kalin
Telerik
I was able to successfully build and run the project. However what I can suggest you is to check our AutoCompleteBox control which supports that behavior out of the box without any custom implementations. Please also check the online demos (the ones for WPF are identical) and demos in our XAML SDK repository.
Hope this helps.
Regards,
Kalin
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.