I'm trying to get a kendo-dropdownlist disabled (named ddlChargeType).
A user should not be able to directly select a value. But it should be possible to select it programmatically (a valid selection of another dropdown, ddlUoM to trigger the selection of a corresponding ddlChargeType option - this works fine).
So, my question is: how to mark my kendo-dropdownlist ddlChargeType as readonly, or disabled, or ng-disabled?
I couldn't find this in the official documentation:
http://www.telerik.com/kendo-angular-ui/components/dropdowns/dropdownlist/
Thanks!
With a constant value use:
With a component value:
Reference: http://www.telerik.com/kendo-angular-ui/components/dropdowns/api/DropDownListComponent/#toc-delay