Kendo UI Calendar Multiselection
Hi is there a way to make the kendodatepicker allow multiselect? so select more than one date and have them all stay highlighted? Update 08.2016 You can use my plugin to select multiple dates. Demo Old answer Still there is no official way to select multiple dates in DatePicker. However, with some help of jQuery you can achieve this functionality. HTML: <table> <tr> <td style="vertical-align: initial; padding-right: 100px;"> <input id="picker" /> </td> <td> <div id="calendar"></div> </td> </tr> </table> CSS: .k-state-selected { background-color: transparent; border-color: transparent;