NullReferenceException occurs when they click on an AutoComplete item other than the first one on macOS, using a mouse or trackpad.
System.NullReferenceException: Object reference not set to an instance of an objectIf 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.
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