For some reason when i go into to weekview page it automaticaly highlights every time on everyday. I am not sure whats causeing this but how would i turn it off?
so no one has any idea of to deselect the times when it first loads?
I have never seen the behavior you describe. I can see that happening if you were to set the SelectedTimeRange to a DateRange that represents the week but can't think of a scenario where the control would have done that automatically. So just to be clear, to put the control into week mode you are just setting the WeekDisplayMode to Week and not setting the SelectedTimeRange? You could try hooking the SelectedTimeRangeChanged event and see what the callstack is when the SelectedTimeRange is being change to such a large value.