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

GridForeignKey w/Filter Broken

2 Answers 48 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ian
Top achievements
Rank 1
Ian asked on 07 Oct 2016, 02:36 PM

Hi,

I've been using a modified version of GridForeignKey.chtml below that has stopped working correctly in 2016.3.914 (UI for ASP.Net MVC). Code is:

@model object            
@(Html.Kendo().DropDownListFor(m => m)
    .Filter("contains")
    .BindTo((SelectList)ViewData[ViewData.TemplateInfo.GetFullHtmlFieldName("") + "_Data"])
    .Height(500)
)

The problem is that after the upgrade to the 2016.3.914 version, as soon as I type a key to filter the dropdown, the dropdown closes, whereas before the upgrade the dropdown filtered to items that contained the typed in value and stayed open.

Any help appreciated.

Regards

Ian Parsons, UK.

2 Answers, 1 is accepted

Sort by
0
Ian
Top achievements
Rank 1
answered on 07 Oct 2016, 03:12 PM
A bit more info. Looks like it still works in Chrome, but not IE11. O/S is Windows 7.
0
Accepted
Vladimir Iliev
Telerik team
answered on 11 Oct 2016, 08:08 AM
Hello Ian,

This issue is already fixed in the latest internal build of UI for ASP.NET MVC / Kendo UI. The latest internal builds are available for download from your account at telerik.com

Apologize for the inconvenience caused. 

Regards,
Vladimir Iliev
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Grid
Asked by
Ian
Top achievements
Rank 1
Answers by
Ian
Top achievements
Rank 1
Vladimir Iliev
Telerik team
Share this question
or