Hello, I was hoping someone could help me with this.
I've just recently started working on RadScheduler and I wasn't quite able to configure it the way I wanted.
I already managed to connect it to my database, which was no problems at all.
Here's a few steps on what I'm trying to achieve:
1. One or more resources needs to be displayed at the same time for each day, each resource have their own appointments.
2. Each resource have a certain time range that they can get appointments within.
3. This area where it's possible to have appointments, I would like to have the background on those cells in a different color. So as to mark which time range appointments are allowed to be in.
4. Only one appointment per resource per time is allowed. I'd like this to be checked on server-side.
5. Appointments are allowed to be moved from one resource to another.
A few examples of what I'm trying to achieve to help understand:
Resource A and Resource B are working on day x.
Resource A has his time range between 08:00 to 12:00
Resource B has his time range between 10:00 to 15:00
On the column for Resource A, the cells between 08:00-12:00 needs to have a different background color (green for example).
On the column for Resource B, the cells between 10:00-15:00 needs to have a different background color (green for example).
Resource A have an appointment(1) on between 09:00 and 10:00.
Resource B have an appointment(2) on between 10:00 and 11:00.
1 is allowed to be moved to Resource B to 11:00-12:00.
1 is not allowed to be moved to Resource B within 10:00-11:00.
1 is not allowed to be moved to Resource B at 08:00-09:00 (because of the time range)
I hope I was clear enough, please ask any questions if needed. Oh and I'm working with C#.
Thanks in advance,
Cristoffer
I've just recently started working on RadScheduler and I wasn't quite able to configure it the way I wanted.
I already managed to connect it to my database, which was no problems at all.
Here's a few steps on what I'm trying to achieve:
1. One or more resources needs to be displayed at the same time for each day, each resource have their own appointments.
2. Each resource have a certain time range that they can get appointments within.
3. This area where it's possible to have appointments, I would like to have the background on those cells in a different color. So as to mark which time range appointments are allowed to be in.
4. Only one appointment per resource per time is allowed. I'd like this to be checked on server-side.
5. Appointments are allowed to be moved from one resource to another.
A few examples of what I'm trying to achieve to help understand:
Resource A and Resource B are working on day x.
Resource A has his time range between 08:00 to 12:00
Resource B has his time range between 10:00 to 15:00
On the column for Resource A, the cells between 08:00-12:00 needs to have a different background color (green for example).
On the column for Resource B, the cells between 10:00-15:00 needs to have a different background color (green for example).
Resource A have an appointment(1) on between 09:00 and 10:00.
Resource B have an appointment(2) on between 10:00 and 11:00.
1 is allowed to be moved to Resource B to 11:00-12:00.
1 is not allowed to be moved to Resource B within 10:00-11:00.
1 is not allowed to be moved to Resource B at 08:00-09:00 (because of the time range)
I hope I was clear enough, please ask any questions if needed. Oh and I'm working with C#.
Thanks in advance,
Cristoffer