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

Clicking "Today" button

3 Answers 92 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Brad
Top achievements
Rank 1
Brad asked on 17 Mar 2009, 03:34 PM
What is the "Today" button for? Whenever I click it the month changes to the current month but that's all that happens. The current date isn't selected.

3 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 18 Mar 2009, 07:34 AM
Hello Brad,

The Today button in the Year/Month popup of RadCalendar is used only for fast month navigation. When you click on "Today", the RadCalendar would show you the current month and you can then select today's date. If at all you want to have the current date, selected then you can check out the following demo which explains the same.
Today's Date

Thanks
Princy.
0
Steve Marks
Top achievements
Rank 1
answered on 03 Aug 2009, 09:40 PM
Is there a way to make the calendar select the current day when then "Today" button is pressed. This is the functionality that users expect.

Thank you.
0
Princy
Top achievements
Rank 2
answered on 04 Aug 2009, 07:58 AM
Hello,

Set the prperty EnableTodayButtonSelection="True" in order to select current day when clicking Today button.

ASPX:
 
<telerik:RadCalendar ID="RadCalendar1" runat="server">  
    <FastNavigationSettings EnableTodayButtonSelection="True"></FastNavigationSettings> 
</telerik:RadCalendar> 

Thanks,
Princy.
Tags
Calendar
Asked by
Brad
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Steve Marks
Top achievements
Rank 1
Share this question
or