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

Change the insert area for DayView and WeekView

1 Answer 20 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Jani
Top achievements
Rank 1
Jani asked on 30 Sep 2011, 07:45 AM
Hi,

In our application a resource can only have one reservation at one moment/time-slot.

Is it possible to get more valuable space (especially for the WeekView), by hiding the insert area for the DayView and WeekView, like the TimelineView.ShowInsertArea?

Cheers
Jani

1 Answer, 1 is accepted

Sort by
0
Accepted
Plamen
Telerik team
answered on 03 Oct 2011, 10:22 AM
Hi Jani,

You can set the width of the appointments in both views to 100% like in this code:
.rsWeekView .rsApt
{
    width:100% !important;
     
    }
     .rsDayView .rsApt
{
    width:100% !important;
     
    }

Hope this will helps.

Best wishes,
Plamen Zdravkov
the Telerik team
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 their blog feed now
Tags
Scheduler
Asked by
Jani
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Share this question
or