This question is locked. New answers and comments are not allowed.
please go to http://demos.telerik.com/aspnet-mvc/razor/combobox/clientsideapi?theme=office2010silver
open firebug or chrome console a then paste following
$('.t-button').addClass('t-state-disabled').attr('disabled', 'disabled');
Hover over each button and you will see that buttons are not fully disabled.
Any ideas how to solve this bug.
open firebug or chrome console a then paste following
$('.t-button').addClass('t-state-disabled').attr('disabled', 'disabled');
Hover over each button and you will see that buttons are not fully disabled.
Any ideas how to solve this bug.
5 Answers, 1 is accepted
0
Hi Ivan,
Please add the following CSS rule to your application. It should come after the Telerik styles.
.t-state-disabled,
.t-state-disabled:hover,
.t-state-disabled .t-link,
.t-state-disabled .t-button
{
border-color: #a4abb2;
color: #a4abb2;
}
Regards,
Dimo
the Telerik team
Please add the following CSS rule to your application. It should come after the Telerik styles.
.t-state-disabled,
.t-state-disabled:hover,
.t-state-disabled .t-link,
.t-state-disabled .t-button
{
border-color: #a4abb2;
color: #a4abb2;
}
Regards,
Dimo
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now
0
Ivan
Top achievements
Rank 1
answered on 25 Oct 2011, 03:49 PM
Ok.Thanks.That will do it.
However are there any plans that this will be implemented in next build.
However are there any plans that this will be implemented in next build.
0
Hello Ivan,
Yes, it will be added.
Regards,
Dimo
the Telerik team
Yes, it will be added.
Regards,
Dimo
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now
0
Ivan
Top achievements
Rank 1
answered on 26 Oct 2011, 08:07 AM
What about Telerik points :)
0
Hi Ivan,
Your Telerik points have been updated.
Dimo
the Telerik team
Your Telerik points have been updated.
Dimo
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now
