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

Radscheduler -Hide 'Show more' link from monthview

6 Answers 249 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Hrushikesh Mokashi
Top achievements
Rank 1
Hrushikesh Mokashi asked on 25 May 2009, 12:43 PM
Hi,

I am using RadControl Q1 2009.

I am using the radscheduler control.

In monthview i have set the

MonthVisibleAppointmentsPerDay="1"

If there are more than two appointment in that day it shows 'show more' link in date column.

How can i hide the 'show more' link from montview date column?

Thanks



6 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 25 May 2009, 03:33 PM
Hello Hrushikesh,

You can hid the show more link via css:

.rsShowMore
{
   display: none !important;
}


Regards,
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.
0
Hrushikesh Mokashi
Top achievements
Rank 1
answered on 26 May 2009, 10:19 AM
Hi,

By appling css it works.
But the date cell height get increased.
How can i set the fix height of date cell of moth view ?

Thanks
0
Peter
Telerik team
answered on 26 May 2009, 10:23 AM
Hello Hrushikesh,

You can try setting the RowHeight property of RadScheduler: RowHeight="20px".


Greetings,
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.
0
Sandy
Top achievements
Rank 1
answered on 05 Sep 2013, 02:39 PM
Hi ,

I could not see ShowMore link button in appointments area Month View
please help me.
0
Sandy
Top achievements
Rank 1
answered on 05 Sep 2013, 02:43 PM
Hi ,

I could not see ShowMore link button in appointments area Month View
please help me.
0
Plamen
Telerik team
answered on 10 Sep 2013, 10:38 AM
Hi Sandy,

 
The provided information is not enough to help you solve the issue as we are not aware of such known issue. Please share the exact mark up and CSS styles that are you using with RadScheduler so we could observe the issue locally, inspect it and be more helpful. 

Regards,
Plamen
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Scheduler
Asked by
Hrushikesh Mokashi
Top achievements
Rank 1
Answers by
Peter
Telerik team
Hrushikesh Mokashi
Top achievements
Rank 1
Sandy
Top achievements
Rank 1
Plamen
Telerik team
Share this question
or