I want the default view to be 24 hours on the week view. I was told to set :
DayStartTime="00:00:00" DayEndTime="23:59:59"
This works, when the page is loaded I now see the entire day.
The problem now, if I create an appointment by click+dragging then hitting enter, I get a js error if I pass 4pm.
If I click the link on the bottom "Show 24 hours..." I can drag past 4pm and it works fine. But I cant figure out how to get the "Show 24 hours..." view to be default.
JS error when I drag past 4pm with DayStartTime="00:00:00" DayEndTime="23:59:59" :
I want to be able to click and drag past 4pm, in week view, while viewing all hours in the day
I just noticed now, when I drag past 4pm, it starts on the next day for some reason : screen shot http://imgur.com/qI9Yp
DayStartTime="00:00:00" DayEndTime="23:59:59"
This works, when the page is loaded I now see the entire day.
The problem now, if I create an appointment by click+dragging then hitting enter, I get a js error if I pass 4pm.
If I click the link on the bottom "Show 24 hours..." I can drag past 4pm and it works fine. But I cant figure out how to get the "Show 24 hours..." view to be default.
JS error when I drag past 4pm with DayStartTime="00:00:00" DayEndTime="23:59:59" :
I want to be able to click and drag past 4pm, in week view, while viewing all hours in the day
I just noticed now, when I drag past 4pm, it starts on the next day for some reason : screen shot http://imgur.com/qI9Yp