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.
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.