Completed
Last Updated: 23 Jan 2020 11:34 by ADMIN
Imported User
Created on: 19 Jul 2012 15:10
Category: Kendo UI for jQuery
Type: Feature Request
7
Adding .k-state-disabled class to controls after "disable" event or add :disabled pseudo-class for controls in common css
You have this .k-state-disabled class in kendo.css but it's not used in scripts. That's why I forced to copy all .k-state-disabled class styles to new class like

.k-button:disabled, .k-button:disabled:hover, .k-button:disabled:active {
background-color: #E3E3E3;
border-color: #C5C5C5;
color: #9F9E9E;
opacity: 0.7;
cursor: default;
outline: 0 none;
}

(this is my temporary solution)
1 comment
ADMIN
Dimo
Posted on: 23 Jan 2020 11:34

Hello all,

This behavior now exists out-of-the-box.

Regards,
Dimo
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.