You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to load data from a sql database, when the user selects one of the recommended values from a AutoSuggestBox.
I bound the SuggestionChosen event with xmlns:i="http://schemas.microsoft.com/xaml/behaviors"
to my viewmodel, but I can't find the value of the chosen string in the args
I also tried to get the value by binding the SelectedText and the the Text property with UpdateSourceTrigger=PropertyChanged
but both of the properties are empty.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
is there any way to get the chosen value from the SuggestionChosen Event?
I want to load data from a sql database, when the user selects one of the recommended values from a AutoSuggestBox.
I bound the SuggestionChosen event with
xmlns:i="http://schemas.microsoft.com/xaml/behaviors"
to my viewmodel, but I can't find the value of the chosen string in the args
I also tried to get the value by binding the SelectedText and the the Text property with
UpdateSourceTrigger=PropertyChanged
but both of the properties are empty.
Thanks for help!
Beta Was this translation helpful? Give feedback.
All reactions