Inspecting a Kendo UI Datepicker for theming The Kendo UI Datepicker has no configuration option to show it all the time. How to inspect and theme it? We can catch the close event and prevent it like this:var datepicker = $("#datepicker").data("kendoDatePicker"); datepicker.bind("close", function(e) { e.preventDefault(); }); 2014-08-21 DEVELOPMENT « Power management under i3 on Arch LinuxCustomer service done right »Comments Please enable JavaScript to view the comments powered by Disqus.