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

month view multiday appointments

3 Answers 50 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Dasha
Top achievements
Rank 1
Dasha asked on 25 Oct 2010, 10:41 PM
Hello,

I have noticed very weird things happening with my RadSheduler control set up in a Sharepoint web part. Please see the attached image.  There are two things going on:
1. The multiday appointments Task 1 and Task 6 are not really shown as spanning.
2. The begin and end times for the multiday appointments are wrong.  Task 1 is supposed to end on October 17, not the 10th, and Task 6 is supposed to end on October 27, and not the 24th.

The Sheduler is programmatically created, so all the settings and databinding occur on the server.  The datasource is xml converted into a Dataset.  I tried attaching to the AppointmentDatabound event, and the e.Appoimntment information is completely correct, so the datasource is interpreted properly.  But when it comes to rendering, the appointment span is cut short for some reason.  This is a pretty critical issue, and I'm about out of ideas of what else to try to figure out what's going on.

Have you ever encountered anything like this? Is there maybe a setting that I need to apply?  Please provide any thoughts or help - they will be greately appreciated.

3 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 28 Oct 2010, 05:20 PM
Hello Dasha,

Indeed, this is strange since the online demos behave correctly for multi-day appointments in Month view. Do you have a live url of this issue which we can test locally?


Greetings,
Peter
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Dasha
Top achievements
Rank 1
answered on 03 Nov 2010, 02:22 AM
I apologize for the long wait.

I've set up an example here:
http://devrapps.corasworks.net/df/tct/default.aspx
The data is coming from this calendar list:
http://devrapps.corasworks.net/df/tct/Lists/Calendar/calendar.aspx
And it's being supplied to the scheduler in this xml format, which in the code turns it into a dataset for databinding:
http://devrapps.corasworks.net/df/tct/Shared%20Documents/Grid.aspx?OutputToXml=true
0
Peter
Telerik team
answered on 08 Nov 2010, 09:51 AM
Hello Dasha,

It looks like in default.aspx you have the following css rule which overwrites the normal appearance of RadScheduler:

.RadScheduler .rsApt
{
    width:100% !important;
}

Why do you need this rule? Can you remove it and test your RadScheduler again?

Greetings,
Peter
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Scheduler
Asked by
Dasha
Top achievements
Rank 1
Answers by
Peter
Telerik team
Dasha
Top achievements
Rank 1
Share this question
or