获取 Telerik RadScheduler 上当前视图的日期范围
有没有办法获取 Telerik RadScheduler 中当前视图的日期范围? SelectedView 告诉我是否正在查看月份、星期等,但是如何找出我正在查看的是哪个月/周等?或者 StartDate 和 EndDate 都会很好。
很高兴知道,所以我只从数据库加载相关约会。
Is there a way to get the range of dates for the current view in a Telerik RadScheduler? SelectedView tells me whether I'm looking at month, week etc, but how do I find out which month/week etc I'm looking at? either that or a StartDate and EndDate woudl be good.
It would be good to know so I only load the relevant appointments from the database.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试 VisibleRangeStart 和 VisibleRangeEnd
http://www.telerik.com/help/ wpf/telerik.windows.controls.scheduler-telerik.windows.controls.radscheduler-visiblerangestart.html
Try VisibleRangeStart and VisibleRangeEnd
http://www.telerik.com/help/wpf/telerik.windows.controls.scheduler-telerik.windows.controls.radscheduler-visiblerangestart.html