Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 2.88 KB

File metadata and controls

40 lines (26 loc) · 2.88 KB

WPF AutoSuggestEdit - Populate Editor Drop-down Asynchronously

This example populates a drop-down list of suggestions in AutoSuggestEdit asynchronously:

AutoSuggestEdit Async

Implementation Details

С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.

Files to Review

Documentation

More Examples

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)