
sitefinitysteve
Top achievements
Rank 2
Iron
Iron
Veteran
sitefinitysteve
asked on 28 Jul 2010, 01:14 PM
How do I show JUST the all day event block in the Schedulers Day\Week view? My schedules are for vacations...which are always all day
3 Answers, 1 is accepted
0

sitefinitysteve
Top achievements
Rank 2
Iron
Iron
Veteran
answered on 28 Jul 2010, 01:26 PM
*Edit Fixed*
Css comes through again
Css comes through again
<
style
type
=
"text/css"
>
.rsWeekView .rsContentWrapper,
.rsDayView .rsContentWrapper{
display:none;
}
</
style
>
0
Hello Steve,
In this scenario, it looks like you won't need Day and Week view since you can schedule all day appointments in Month or Timeline view. You can consider simply removing those view tabs from the header like this:
<DayView UserSelectable="false" />
<WeekView UserSelectable="false" />
Greetings,
Peter
the Telerik team
In this scenario, it looks like you won't need Day and Week view since you can schedule all day appointments in Month or Timeline view. You can consider simply removing those view tabs from the header like this:
<DayView UserSelectable="false" />
<WeekView UserSelectable="false" />
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

sitefinitysteve
Top achievements
Rank 2
Iron
Iron
Veteran
answered on 30 Jul 2010, 04:59 PM
No actual scheduling is going on, it's just view-only
Month view isn't big enough or able to display as much detail as Week\Day view for us :)
Month view isn't big enough or able to display as much detail as Week\Day view for us :)