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

Shift+Tab is not working for DatePicker

1 Answer 217 Views
Date/Time Pickers
This is a migrated thread and some comments may be shown as answers.
Fady
Top achievements
Rank 1
Fady asked on 23 Jan 2015, 09:38 AM

We are using Kendo controls (date picker, numeric text box, dropdown) in our cshtml pages along with other standard html controls.

When using "shift + tab", the reverse movement halts at a datepicker.

Dropdown and other kendo controls are working fine for same process.

Following settings are applied to all DatePickers:

datepicker.setOptions({
     format: "dd/MM/yyyy",
     parseFormats: ["dd/MM/yy"],
     culture: window.culture,
     min: new Date(1000, 0, 1),
     max: new Date(9999, 11, 31),
     value: dateValue
});

Please note:
    1. This behavior is common in all browsers like Internet Explorer, Firefox, Chrome
    2.  Kendo js version: Kendo UI Complete v2013.3.1324

Please advise how to make Shift+Tab work for this scenario.

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 26 Jan 2015, 12:52 PM
Hello Fady,

I am not able to reproduce such a problem, with neither the specified Kendo UI version, nor with the latest one. Let me know if I am missing something.

http://dojo.telerik.com/ILoJe

Regards,
Dimo
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Date/Time Pickers
Asked by
Fady
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or