it-workz
Posted
on Jul 21, 2009
(permalink)
| RadControls for ASP .NET AJAX version |
2008.1.415 and later
|
| .NET version |
2.0 and later
|
| Visual Studio version |
2005 and later
|
| Programming language |
Javascript
|
| Browser support |
all browsers supported by RadControls for ASP .NET AJAX
|
PROJECT DESCRIPTION
I've made a simple javascript that allows some keys to be used as hotkey in a datepicker.
In this example if a + is pressed, the selected date jumps up a week, and if - is pressed it jumps down a week:
Reply
Answer
Sebastian
Sebastian
Posted
on Jul 24, 2009
(permalink)
Hello Bob,
Thank you for the submission.
Since there were some discrepancies in the code (duplicated code sections inside the if blocks and the usage of non-initilized datum javascript variable), I updated the example and included some code to focus the date input once you selected a date from the popup calendar. I also preselect the today's date on initial load.
Here is the final version of the sample:
I updated your Telerik points for the involvement.
Kind regards,
Sebastian
the Telerik team
Reply