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

Style issues

2 Answers 22 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Jon
Top achievements
Rank 1
Jon asked on 18 Dec 2013, 10:38 AM
Hi,  

I want to hide the 2 lines that appear to the left and right of an event on the month view.  These are pictured in the attached sample.

How would I do that?

Many thanks,

Jon

2 Answers, 1 is accepted

Sort by
0
Accepted
Plamen
Telerik team
answered on 18 Dec 2013, 11:41 AM
Hello Jon,

These lines are the icons that provide the ability to resize appointments in MonthView. You can hide them by using the CSS below:
.rsMonthView .rsAptResizeStart, .rsMonthView .rsAptResizeEnd {
      display:none;
      }

Hope this will be 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.
0
Jon
Top achievements
Rank 1
answered on 18 Dec 2013, 11:55 AM
Many thanks for the swift answer Plamen

Regards

Jon
Tags
Scheduler
Asked by
Jon
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Jon
Top achievements
Rank 1
Share this question
or