Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Get date range for current view on Telerik RadScheduler

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.

like image 823
Paul T Davies Avatar asked Sep 09 '11 12:09

Paul T Davies


1 Answers

Try VisibleRangeStart and VisibleRangeEnd

http://www.telerik.com/help/wpf/telerik.windows.controls.scheduler-telerik.windows.controls.radscheduler-visiblerangestart.html

like image 131
Nima M Avatar answered Oct 23 '22 23:10

Nima M