Hi.
The user changed the calenderview / selecteddate
Sample:
today = 2011.05.20
user changed to 2009.01.02
In my Button i set the current date:
The user changed the calenderview / selecteddate
Sample:
today = 2011.05.20
user changed to 2009.01.02
In my Button i set the current date:
calendar.SelectedDate = Datetime.ToDay;
Before i do this:if
(calendar.DisplayMode != Telerik.Windows.Controls.Calendar.DisplayMode.MonthView )
{
calendar.DisplayMode = DisplayMode.MonthView;
}
But the calnder doesn´t show the correctly date!
Why?
Reinhard