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

Change mouse pointer on appointment

1 Answer 65 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Hrushikesh Mokashi
Top achievements
Rank 1
Hrushikesh Mokashi asked on 18 Oct 2008, 11:41 AM
Hi All,

I am using RadScheduler

How can set the default cursor pointer to 'Hand' when mouse move over the appointment.

Thanks

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 20 Oct 2008, 06:46 AM
Hi Hrushikesh,

Please use the following CSS rule:

.RadScheduler  .rsAptInner
{
     cursor: pointer;
}


If you want the above to apply to only one skin, then use

.RadScheduler_SkinName  .rsAptInner
{
     cursor: pointer;
}



Kind regards,
Dimo
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
General Discussions
Asked by
Hrushikesh Mokashi
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or