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

A few questions

2 Answers 30 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Magnus Ostberg
Top achievements
Rank 1
Magnus Ostberg asked on 01 Sep 2011, 07:42 AM
We're using the asp.net radscheduler (day and weekview). It's populated through a webservice.

1) Is it possible to make certain cells have another background color? As an example, make 08:00-10:00, 10:30-12:00, 13:00-15:00, 15:30-17:00 (mon - fri) light green while the rest of the cells are light red?

2) Can you format the contents of the appointment in a better way? It seems now both the appointment content and the tooltip uses the Subject property. If you use html-tags in the Subject the tooltip will look bad (showing the tags).

3) The date in the headers gets written in english (like "monday"), we would like this to be swedish. We tried setting the Culture property to "sv-SE", but didn't seem to have an effect. Calling System.DateTime.Now.ToString() on the asp.net webpage prints in swedish so we don't think it's a server setting/issue.

Thanks

2 Answers, 1 is accepted

Sort by
0
Magnus Ostberg
Top achievements
Rank 1
answered on 01 Sep 2011, 02:49 PM
A followup remark for 3), we noticed that when the page is loaded the dates are in swedish as it should, however after the webservice call to GetAppointments have finished (and the appointments are added to the schedule) the dates are suddenly changed to English. Bug?
0
Plamen
Telerik team
answered on 06 Sep 2011, 01:37 PM
Hi Magnus,

1) You can refer to this KB to see how to set special time slots.

2) You can form the content of the appointment as you like by using Appointment template and also you can change the tooltip of each appointment  separately. You can also refer to this demo.

3) Please refer to this help article and this Code Library.

Hope this information will be helpful.

Regards,
Plamen Zdravkov
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

Tags
Scheduler
Asked by
Magnus Ostberg
Top achievements
Rank 1
Answers by
Magnus Ostberg
Top achievements
Rank 1
Plamen
Telerik team
Share this question
or