Hello Lynx IT,
The Kendo DatePicker widget element field returns the input element which holds the selected date string. I would suggest using the jQuery focus() method in order to focus the input element of the widget.
var datepicker = $("#datepicker").data("kendoDatePicker");datepicker.element.focus();Boyan Dimitrov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!