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

autoselect proble using filterrow

1 Answer 52 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Noël Thoelen
Top achievements
Rank 1
Noël Thoelen asked on 21 Jun 2017, 09:27 AM

I’m using the telerik mvc grid with a filterrow as in this demo http://demos.telerik.com/aspnet-mvc/grid/filter-row

My column is defined like below, using a contains suggestion operator

columns.Bound(p => p.ArticleNumber).Filterable(ftb => ftb.Cell(cell => cell.SuggestionOperator(FilterType.Contains)));

The problem that sometimes occurs is when a user enter a search value, the first item is automaticcaly selected in the dropdown. (see screenhot)
This causes the problem, if the user hits enter, he will search on 101250xxxx where his intention was to search on values containing 10125.
How can it be avoided that the first item is automatically selected?

1 Answer, 1 is accepted

Sort by
0
Viktor Tachev
Telerik team
answered on 23 Jun 2017, 08:15 AM
Hi Noel,

I tried to replicate the behavior you describe in the Grid online example, however I was not able to. Please check out the video below and let me know if I am missing something.


In case the behavior persists please send us a sample project or a dojo example where the behavior is replicated. This will enable us to examine the behavior and look for its cause.


Regards,
Viktor Tachev
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Grid
Asked by
Noël Thoelen
Top achievements
Rank 1
Answers by
Viktor Tachev
Telerik team
Share this question
or