Completed
Last Updated: 26 Dec 2014 12:19 by ADMIN
ADMIN
Stefan
Created on: 02 Aug 2011 03:09
Category: Calendar
Type: Feature Request
1
ADD. RadCalendar - TodayButton does not accept shortcuts.
ADD. RadCalendar's TodayButton does not accept shortcuts.
1 comment
ADMIN
Stefan
Posted on: 26 Dec 2014 12:19
There are two ways to add shortcut to the TodayButton
1. You can use mnemonic and set the '&' symbol prior the desired char:
radCalendar1.CalendarElement.CalendarStatusElement.TodayButton.Text = "&Today";

2. You can use RadShortcut:
radCalendar1.CalendarElement.CalendarStatusElement.TodayButton.Shortcuts.Add(new RadShortcut(Keys.Control, Keys.B));