Hi,
First I apologize if the following issues are already replied.
I am using the WPF Calendar and I have the following issues:
- When I try to set the SelectableDateStart to a date prior to current Month (e.g 20 May 2011)
calendar starts again from current month (June in our case).
How is it possible to show calendar starting from the right month?
In my example I use the following dates:
SelectableDateStart: 20 May 2011
SelectableDateEnd: 26 October 2011
I also calculate the DisplayDateStart to be the first day of SelectableDateStart,
and DisplayDateEnd to be the last day of SelectableDateEnd.
- When I try to set SelectableDateStart to a date after the current month (e.g 8 July 2011)
I get an ArgumentOutOfRangeException:
Invalid DisplayDateStart value.
Parameter name: sender
Thanks in advance