Completed
Last Updated: 10 Jul 2026 14:42 by ADMIN
Release 14.1.0
Whenever we navigate between any view and back to the view where autocomplete resides, the keyboard navigation is treated as if it was attached once more (that's my assumption) - meaning that when we did one cycle of navigation (go to another view and back), trigger auto completion and press arrow down on keyboard it jumps two records down instead of one. The problem is incremental so when we do for example 4 cycles of navigation and press arrow down key, we jump 4 items down and the 4th item is highlighted.
Unplanned
Last Updated: 10 Jul 2026 12:51 by ADMIN
When RadAutoComplete's SuggestionView cannot fit in the available space when the keyboard is open, some or all of the suggested items are not displayed.
Completed
Last Updated: 17 Dec 2025 11:52 by ADMIN
Release 12.1.0

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 object
   at Telerik.Maui.Controls.MouseHelper.OnUIHoverGestureRecognizerExecuted()
   at Telerik.Maui.Controls.MouseHelperProxy.HandleHover()
   at UIKit.UIGestureRecognizer.ParameterlessDispatch.Activated()
   at UIKit.UIGestureRecognizer.ParameterlessDispatch.__Registrar_Callbacks__.callback_1672_UIKit_UIGestureRecognizer_ParameterlessDispatch_Activated(IntPtr pobj, IntPtr sel, IntPtr* exception_gchandle)
--- End of stack trace from previous location ---
   at UIKit.UIApplication.UIApplicationMain(Int32 argc, String[] argv, IntPtr principalClassName, IntPtr delegateClassName)
   at UIKit.UIApplication.Main(String[] args, Type principalClass, Type delegateClass)
   at Fmr.SuperNova.Program.Main(String[] args)
Completed
Last Updated: 17 Dec 2025 11:52 by ADMIN
Release 12.1.0
The control is covered by the keyboard when positioned on the bottom of the view
Completed
Last Updated: 12 Nov 2025 13:24 by ADMIN
Release 12.0.0 (2025 Q4)
I have an AutoComplete control in multi windows, when trying to open the suggestion view, the app hands. 

When in single window, no issues. 
Completed
Last Updated: 12 Nov 2025 13:24 by ADMIN
Release 12.0.0 (2025 Q4)
PlatformView cannot be null here occurs in RadBorderHandler.MapBackgroundColor() when calling DisconnectHandlers() on views containing RadAutoComplete controls during the Unloaded event.
Completed
Last Updated: 07 Aug 2024 08:00 by ADMIN
Release 7.1.0 (2024 Q3)
when setting IsEnabled to false, the control is still enabled. It should be disabled. Works fine on Android and WinUI. 
Unplanned
Last Updated: 19 Mar 2024 18:22 by Erik Damgaard
Once the suggestions  dropdown for RadAutoComplete is opened, If we click on the Hamburger icon , the suggestion  dropdown does not dismiss at all.
Unplanned
Last Updated: 14 Mar 2024 11:06 by Jamison

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.

Unplanned
Last Updated: 06 Mar 2024 13:35 by Jamison
When the AutoComplete is placed inside a modal popup, the dropdown can't be closed on WinUI when clicking outside.
Unplanned
Last Updated: 10 Jan 2024 14:42 by Steve
If you have an AutoComplete control as the first element of the visual tree of the page, when you open a Popup control, the popup takes the focus and after closing the popup, the focus is set back to the AutoComplete - if there is text in the AutoComplete input, its SuggestionView is shown without user interaction with the control.
Declined
Last Updated: 01 Mar 2023 17:03 by ADMIN

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

 

Unplanned
Last Updated: 23 Sep 2022 11:39 by Arkady
For example when adding input controls (entries) inside the NoResultsTemplate, I want to type in the entries but the focus is moved to the Autocomplete control. Same behavior with SuggestionView and SuggestionItem Templates

On macOS the focus is on the Entry inside the templates