This example populates a drop-down list of suggestions in AutoSuggestEdit asynchronously:
Сreate an asynchronous QuerySubmitted event handler and use CancellationTokenSource for cases when users change editor text and do not wait for the previous query result.
The example uses DataServiceContext to load data from our demo service, you can replace it with any other appropriate data source.
- WPF AutoSuggestEdit - Use Data Grid with InfiniteAsyncSource as Editor Drop-down
- WPF Data Grid - Use AutoSuggestEditSettings
(you will be redirected to DevExpress.com to submit your response)