This is a migrated thread and some comments may be shown as answers.

Hand pointer appears on Radcalendar in disable mode

1 Answer 30 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Reyaz
Top achievements
Rank 1
Reyaz asked on 18 Oct 2011, 11:35 AM
In disable mode user mousemove over calender cursor hand comes.
I want to change cursor in pointer mode in case of disable mode.


Please suggest on it.

1 Answer, 1 is accepted

Sort by
0
Galin
Telerik team
answered on 21 Oct 2011, 10:10 AM
Hello Reyaz,

Could you try with the following CSS:
.RadPicker .rcDisabled,
.RadCalendarMonthView .rcDisabled,
.RadPicker .rcDisabled a,
.RadCalendarMonthView .rcDisabled a
{
    cursor: default;
}

I hope this helps.

Kind regards,
Galin
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 RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Ajax
Asked by
Reyaz
Top achievements
Rank 1
Answers by
Galin
Telerik team
Share this question
or