Telerik RadCalendar 将焦点集中在 1 个以上的日期
我想在我的 WPF 项目的 3 个月范围内的 Telerik RadCalendar 视图中重点关注多个月份的多个日期。现在只有当前日期(今天的日期)会突出显示(或聚焦)。除了今天的日期之外,我还想关注其他日期。有什么建议/想法如何去做吗?
I want to focus on multiple dates in multiple months in a 3 month wide telerik RadCalendar view on my WPF project. Right now only the current date (today's date) gets highlighted (or focused). I want to focus on other dates too besides today's date. Any suggestions/ideas how to go about it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
首先,从数据库获取 daa,然后
为每个 dr 作为 DataRow In dt.Rows 编写以下代码
'cdrCalendar.SelectedDates.Add(Convert.ToDateTime(dr("开始")))
First you get your daa from databaase and then Write Following Code
For Each dr As DataRow In dt.Rows
'cdrCalendar.SelectedDates.Add(Convert.ToDateTime(dr("Start")))