Completed
Last Updated: 03 Oct 2023 12:46 by ADMIN
Release R3.2023-Increment.3(11.Oct.2023)
Jeff
Created on: 27 Jun 2023 18:36
Category: DropDownList
Type: Bug Report
1
Disabled Attribute Not Applying

Bug report

The Disabled attribute is not applying for the Kendo UI DropDownList.

Reproduction of the problem

Proceed to the following Progress Kendo UI Dojo which demonstrates the behavior.

          <input id="myDropDownList" disabled="disabled" />

Expected/desired behavior

The DropDownList should be disabled as seen in the 2023.1.425 version of Kendo UI for jQuery.

Note

This Disabled Attribute is working as expected for the UI for ASP.NET MVC/Core DropDownList.

@(Html.Kendo().DropDownList()
          .Name("territories")
          .HtmlAttributes(new { disabled = "disabled" })
          //...
)

Environment

  • Kendo UI version: 2023.2.606
  • jQuery version: All Supported Versions
  • Browser: all
0 comments