Currently the SuggestionView does not stay open all the time
I can get it to open on focus by running this code and attaching it to the Focused event
Focused += SupporterAutoCompleteSearchBar_Focused;
private void SupporterAutoCompleteSearchBar_Focused(object sender, FocusEventArgs e)
{
ShowSuggestions();
}
If the AutoComplete is nested inside a modal Popup and Unfocus() is called on SuggestionItemSelected or Completed, the cursor/focus stays within the AutoComplete.
The same does not happen (the AutoComplete is properly unfocused) when the control is placed in MainPage.
For example expose vertical text alignment properties, padding, etc.
Hi Team,
I need to know when the SuggestionsView is visible or not. This appears to be independent of the existing events, so I am requesting an official feature for this to be implemented.
I do have a shaky workaround right now, but it is not reliable and this ultimately requires something from the Telerik UI for Maui side to be implemented.
Thank you!
Jiri
I am using RadAutoComplete inside DataGridTemplateColumn CellTemplate.
it loads data correctly when load first time, but when I update value, it not changing for AutoComplete