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

[Solved] Define working days

1 Answer 107 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Fred Godet
Top achievements
Rank 1
Fred Godet asked on 06 Jun 2008, 09:07 AM
Hello,
I have the impression that it is impossible to define working days other then Monday to Friday in the scheduler. Is this so? This would be annoying because in our business people may work on Saturday, will there be any change in this dirrection.
 Thanks

1 Answer, 1 is accepted

Sort by
0
Dimitar Milushev
Telerik team
answered on 10 Jun 2008, 08:51 AM
Hello Fred Godet,

In RadScheduler, working days differentiate from non-working days only visually, through CSS styling. You can easily style non-working days to look like working days with a simple CSS style. With the Default skin for example, you can use this:

    <style type="text/css">
        .RadScheduler_Default .rsContentTable td.rsSatCol
        {
            background-color: #FFF;
        }
    </style>

This will make Saturdays to look like working days. I'm attaching a sample project that demonstrates this approach.

Regards,
Dimitar Milushev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Scheduler
Asked by
Fred Godet
Top achievements
Rank 1
Answers by
Dimitar Milushev
Telerik team
Share this question
or