kendo-ui - Kendo UI 下拉列表 : Is it possible to disable just one option?

标签 kendo-ui

是否可以禁用 DropDownList 中的条目? 例如,我可以阻止用户选择“请选择”条目。

最佳答案

Kendo 目前不支持此类功能,但这是我发现的禁用 Kendo Dropdown 中的选项的最简单的方法。

$("#" + id + "_listbox .k-item")[index].disabled = true;

where id -> 下拉列表的 ID
index -> 您要禁用的下拉列表中元素的位置。

希望有帮助。享受吧:)

关于kendo-ui - Kendo UI 下拉列表 : Is it possible to disable just one option?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18247713/

相关文章:

javascript - Kendo UI 加载完成事件

javascript - 当存在 ng-switch-when 时,Angularjs v1 Kendo UI DOM 元素通过 $scope 进行访问

charts - Kendo Ui dataviz 在折线图上添加数据点

jquery - Kendo UI 验证器错误消息未正确定位

selenium-webdriver - 无法在 Kendo UI 图表上通过 xpath 定位 SVG 元素

jquery - 使用 Partial 加载 KendoUI Tabstrip

javascript - Kendo UI Grid - 如何停留在选定的网格页面上

mvvm - Kendo MVVM 数据绑定(bind)与自定义 Kendo 小部件

javascript - 如何从特定选定行的事件发送者数据中获取模型数据?

javascript - kendo ui dropdownlist-如何进行手动级联?