仅显示日期选择器中选定的日期
我有带有日期选择器的历史记录窗口,但有些天在数据库中没有任何记录,我想在日期选择器中禁用这些天。 任何想法请。 谢谢
I have history window with date picker but there’s some days without any record in DataBase, I want to disable this days in the datepicker.
Any ideas please.
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用 DayRender 事件处理程序来禁用日期在日期选择器中。请参阅此示例网站知道。
You can use the DayRender event handler for disabling the dates in the datepicker. Refer this sample site to know.
查看 DatePicker.BlackoutDates 属性。此集合中的日期将在下拉日历上显示为已禁用。
Have a look at the DatePicker.BlackoutDates Property. Dates in this collection will appear as disabled on the drop-down calendar.