Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
285
Dynamic/delayed loading of items?
posted

Is there anyway to populate the list of items dynamically?

We want to make a web service call to get the list of items depending on what the user started typing (say after 2 or more characters have been typed), but I couldn't find any obvious way of doing that. Prepopulating the entire list is not an option since it contains thousands of items.

The closest thing I could find was the DropDownOpening event but I'm not sure that will work with a web service call. Besides, there doesn't seem to be a way of getting hold of the text that the user type either.

The AutoCompleteBox in Microsoft's Toolkit has a Populating event that you can hook into. Would be nice to have something similar in xamWebComboEditor.

 

Parents Reply Children
No Data