This is a migrated thread and some comments may be shown as answers.

AutoComplete Selection Office365 Theme

1 Answer 94 Views
AutoComplete
This is a migrated thread and some comments may be shown as answers.
Robert Madrian
Top achievements
Rank 1
Veteran
Iron
Robert Madrian asked on 21 Nov 2016, 05:02 PM

Hi,

it seems that the selection in the AutoComplete is not correct (see attached Pictures) - it should be the same as the other Dropdowns (Combo, list)

robert

1 Answer, 1 is accepted

Sort by
0
Accepted
Nencho
Telerik team
answered on 23 Nov 2016, 09:36 AM
Hello Robert,

This is the default behavior of the widget - it is a suggestion box, more than a select, which puts the currently focused item in the selection area.

However, you can set the suggest option to true, in order to have the current focused item placed in the input:

@(Html.Kendo().AutoComplete()
      .Name("myAutocomplete")
      .Suggest(true)
      ..............................

Hope this information helps.

Regards,
Nencho
Telerik by Progress
Telerik UI for ASP.NET MVC is ready for Visual Studio 2017 RC! Learn more.
Tags
AutoComplete
Asked by
Robert Madrian
Top achievements
Rank 1
Veteran
Iron
Answers by
Nencho
Telerik team
Share this question
or