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

Refresh icon appearing on events in the scheduler

1 Answer 68 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Matthew
Top achievements
Rank 1
Matthew asked on 10 Mar 2010, 10:53 AM
I am trying to find a way to remove the refresh icon that appears on every event in the scheduler. I am sure there is a simple way to do it, is there an option to remove it?

1 Answer, 1 is accepted

Sort by
0
robertw102
Top achievements
Rank 1
answered on 10 Mar 2010, 05:51 PM
The refresh icon that you make mention is there to note that the appointment is a recurrent appointment. I'm sure you can hide it using some css styling.

Like so:

.RadScheduler .rsAptRecurrence
{
background-image: none !important;
}

I hope that helps.
Tags
Scheduler
Asked by
Matthew
Top achievements
Rank 1
Answers by
robertw102
Top achievements
Rank 1
Share this question
or