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

height of Appointment

3 Answers 64 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Fabrice
Top achievements
Rank 1
Fabrice asked on 24 Apr 2012, 03:18 PM
example

Hi, see the example link below and talk me if it's possible that the appointment height is equal to the half or all the height of "Margaret Morrsion Main Room" ?

Thanks
Fabrice

3 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 25 Apr 2012, 09:51 AM
Hi Fabrice,

I suppose that you want to change the height of the appointment. Try overriding the default css as follows to change the height of appointment.

CSS:
.RadScheduler .rsAptOut > .rsAptMid, .RadScheduler .rsAptMid > .rsAptIn, .RadScheduler .rsAptIn > .rsAptContent
 {
   Height: 90px !important;
 }

Thanks,
Shinu.
0
Fabrice
Top achievements
Rank 1
answered on 25 Apr 2012, 12:51 PM
Perfect !
Thanks.

Do you know how we can delete the little "bar" up-right which appears to make the Appointments larger ?
0
Plamen
Telerik team
answered on 25 Apr 2012, 01:26 PM
Hello Fabrice,

You can remove it with the following css:

.rsAptResize
      {
          display:none !important;
          }

Hope this will be helpful.
 Kind regards,
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
Fabrice
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Fabrice
Top achievements
Rank 1
Plamen
Telerik team
Share this question
or