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
Hi Loi, this is something that you can implement yourself with a line or two of jQuery. thanks.
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 }