G'day,
I am using a Telerik WinForms Calendar control, with the footer visible so that I can use the Today button.
Unfortunately, when I click the Today button the control only 'shows' today. FOr example, if I had a date in November 2014 selected the control would only move the visible month to todays month (April 2013).
My desired behaviour is for the calendar to move the display and ALSO select the date (triggering all the usual SelectedDateChanged events).
Do I need to handle the TodayButton click event? How do I do this? Is this possible in any way?
EDIT: It looks like it adds today's date to the selected dates, instead of replacing the selecteddate with todays date. Is this the designed behaviour?
Kind Regards,
Connect Direct Team
I am using a Telerik WinForms Calendar control, with the footer visible so that I can use the Today button.
Unfortunately, when I click the Today button the control only 'shows' today. FOr example, if I had a date in November 2014 selected the control would only move the visible month to todays month (April 2013).
My desired behaviour is for the calendar to move the display and ALSO select the date (triggering all the usual SelectedDateChanged events).
Do I need to handle the TodayButton click event? How do I do this? Is this possible in any way?
EDIT: It looks like it adds today's date to the selected dates, instead of replacing the selecteddate with todays date. Is this the designed behaviour?
Kind Regards,
Connect Direct Team