Declined
Last Updated: 01 Oct 2020 10:36 by ADMIN
Clément
Created on: 04 Apr 2018 06:56
Category: AutoComplete
Type: Feature Request
2
AutoComplete: Add a way to set Text without making suggestions
I have a page where many AutoComplete controls are used. Selecting a value in one must select a value in another. We know that this value is selected by setting Text property (through object binding), but by doing this, suggestion view shows up.
I test many tweaks with ShowSuggestionView property, SuggestMode, or whatever, and there is no proper way to achieve the behavior I want.

Regards
3 comments
ADMIN
Yana
Posted on: 01 Oct 2020 10:36

I have updated the status of this item to "Declined" as it concerns the obsolete RadAutoComplete control.  With the new AutoCompleteView you can control when the suggestion view is shown through the ShowSuggestionView property as well as the ShowSuggestions method.

Regards,
Yana
Progress Telerik

Five days of Blazor, Angular, React, and Xamarin experts live-coding on twitch.tv/CodeItLive, special prizes, and more, for FREE?! Register now for DevReach 2.0(20).

ADMIN
Yana
Posted on: 10 Apr 2018 11:45
Hi Clement, 

Thank you for sending this feature request.  I've updated its status to "Approved" as we consider it a valuable addition to the AutoComplete's functionality. We will keep an eye on the feedback item and schedule it according to the demand.

Regards,
Yana
Clément
Posted on: 04 Apr 2018 06:59
I think the only workaround whitout a feature will be to set ShowSuggestionView of all AutoComplete controls to false, and use Focused and Unfocused event (fix in next major release?) to set ShowSuggestionView true only when focused.