We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Can't get dropdown to show

I am having trouble in getting the autocomplete to show any kind of dropdown list.

I am setting the source via c#:

tbPlace.BindingContext = savedLocations;

tbPlace.ItemsSource = savedLocations.locations;

I am using almost the exact view model that the autocomplete example you have and add data to the collection, but nothing I type will cause the autocomplete to show. I double checked and there is a collection but it is being ignored?

Is there a setting I am missing?

I should add that my model only has one string field.


2 Replies

PH Phunction April 11, 2023 12:18 AM UTC

Nevermind, I found that I had the class set as internal and not public.



VV Vijayakumar Viswanathan Syncfusion Team April 11, 2023 02:57 PM UTC

Hi Phunction,

We are glad to know that the issue was resolved on your side. Please let us know if you have any other questions


Loader.
Up arrow icon