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.
Try VisibleRangeStart and VisibleRangeEnd
http://www.telerik.com/help/wpf/telerik.windows.controls.scheduler-telerik.windows.controls.radscheduler-visiblerangestart.html
精彩评论