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

Hide 'more' link of appointments

1 Answer 51 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Ryan
Top achievements
Rank 1
Ryan asked on 20 Nov 2012, 11:38 AM
Hi
How can I hide the 'more' link of the appointments in the radscheduler??

thanks
RT

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 20 Nov 2012, 11:44 AM
Hi Ryan,

Try the following CSS to achieve your scenario.

CSS:
<style type="text/css">
 .RadScheduler .rsMonthView .rsShowMore
  {
   display: none !important;
  }
</style>

Hope this helps.

Regards,
Princy.
Tags
Scheduler
Asked by
Ryan
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or