Declined
Last Updated: 20 Nov 2014 18:37 by ADMIN
loi
Created on: 20 Jul 2012 01:49
Category: Kendo UI for jQuery
Type: Feature Request
2
Please consider adding the ability to hide/show datepicker icon. Also, the ability to show the datepicker popup on field focus.
DatePicker/TimePicker.
Please consider adding an option to hide/show datepicker icon, and the another option to show the datepicker popup on field focus.
Both of these options are available in the Telerik Asp.NET Mvc Ext 
2 comments
ADMIN
Brandon
Posted on: 06 Jun 2013 18:03
Hi Loi, this is something that you can implement yourself with a line or two of jQuery. thanks.
Imported User
Posted on: 15 Jan 2013 05:08
You can hide the datepicker icon using css: 
span.k-datepicker span.k-picker-wrap.k-state-default span.k-select span.k-icon
{
background-image:none;
}

span.k-datepicker span.k-picker-wrap.k-state-default.k-state-hover span.k-select span.k-icon
{
  background-image:none
}