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

Script error on 2 times key press

1 Answer 54 Views
DropDownList
This is a migrated thread and some comments may be shown as answers.
suresh
Top achievements
Rank 1
suresh asked on 29 Apr 2014, 06:47 AM
We are using Kendo Dropdown in our project. One of example is:

  @(Html.Kendo().DropDownList()
            .Name("DELFLG")
            .Items(item =>
            {
                item.Add().Text("Ignore").Value("");
                item.Add().Text("Yes").Value("Y");
                item.Add().Text("No").Value("N").Selected(true);
            }).DataTextField("Text").DataValueField("Value").HtmlAttributes(new { style = "width:130px" })
            )    

Select last value in drop down and press key on keyboard which is NOT starting character of any list box item, it prompts script error. This is happening in kendo demo also.

http://demos.telerik.com/kendo-ui/web/dropdownlist/index.html



























1 Answer, 1 is accepted

Sort by
0
Georgi Krustev
Telerik team
answered on 29 Apr 2014, 12:38 PM
Hello Suresh,

Thank you for drawing our attention to this issue. We will address it in the next internal build of Kendo UI.
I updated your Telerik points because of the involvement.

Regards,
Georgi Krustev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
DropDownList
Asked by
suresh
Top achievements
Rank 1
Answers by
Georgi Krustev
Telerik team
Share this question
or