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

[Solved] Removing 'Options' button in Rad Scheduler

1 Answer 107 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
RKiran Chintala
Top achievements
Rank 1
RKiran Chintala asked on 08 Dec 2009, 11:42 AM
Hi,
     In my project i need to remove the 'Options' button  of Rad Scheduler or hide it  ,Can anyone give me the solution for it.


Thanks,

RKiran

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 08 Dec 2009, 01:06 PM
Hi RKiran,

You can try out the following css setting to hide the Options button in the RadScheculer:
css:
.rsAptEditMore 
  { 
     display:none !important; 
  }  
 

Thanks
Princy.
Tags
Scheduler
Asked by
RKiran Chintala
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or