【发布时间】:2019-12-04 19:21:30
【问题描述】:
有没有办法用 Kendo DatePicker 阻止约会?因此,如果他们单击打开日历,并且想要选择 12 月 10 日,我可以禁用或删除该日期(最好禁用)。我没有看到任何有关如何执行此操作的文档。
<div id="datePicker"></div>
$('#datePicker').kendoDatePicker({
// I need it dynamically done, I don't want to hard code the date.
// So if the user clicks it, a request will be handled to send back any dates that are previously taken.
});
【问题讨论】: