This is a migrated thread and some comments may be shown as answers.

Set the current Date

1 Answer 71 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Reinhard
Top achievements
Rank 2
Reinhard asked on 26 May 2011, 10:18 AM
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:
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

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 27 May 2011, 08:37 AM
Hello Reinhard,

I've tried to reproduce this issue but to no avail. Please send us more details about your exact scenario. Thanks

All the best,
Yana
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
Tags
Calendar
Asked by
Reinhard
Top achievements
Rank 2
Answers by
Yana
Telerik team
Share this question
or