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

[Solved] Remove / Hide the 'More...' link

1 Answer 123 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Peter
Top achievements
Rank 1
Peter asked on 22 Jul 2009, 12:11 AM
I'm trying to get rid of the 'More' link that is displayed is Month view. So far, the only solution I can find is to use css to hide it -

.rsShowMore   
{   
   displaynone !important;  

But this simply removes the text. The space the text occupies is still there, which leaves a rather large gap at the bottom of every day in the calendar. Is it possible to also remove/hide this space?

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 22 Jul 2009, 11:52 AM
Hello Peter,

Please, try setting: <MonthView AdaptiveRowHeight="true" />
Does this help?


Best wishes,
Peter
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Scheduler
Asked by
Peter
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or