This is a migrated thread and some comments may be shown as answers.

summarize the data.

2 Answers 62 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
nelson
Top achievements
Rank 1
nelson asked on 24 Sep 2010, 11:47 AM
Hi
I am using RadScheduler, My requirement is that when user is on  day view , Week View , Month View. User clicks on summarize menu in the Context menu.Respective Day,Week,Month wise summarize data should be shown. For eg. If there are 4 meeting booked for today then, date should be shwon at top with all the four meeting details below.    If user is in the week view then data will be shown as Grouped by days(Sunday Monday etc.. in that week).   If user is in the Monthly view then data will be shown as Grouped by dated(1st Sep 2010, 3rd Sep 2010 etc.. in that month)
Regards
Nelson marian

2 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 28 Sep 2010, 02:30 PM
Hi nelson,

You can loop throught the visible appointments of RadScheduler using the GetAppointmentsInRange() method like this:

RadScheduler1.Appointments.GetAppointmentsInRange(RadScheduler1.VisibleRangeStart, RadScheduler1.VisibleRangeEnd)


All the best,
Peter
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
nelson
Top achievements
Rank 1
answered on 29 Sep 2010, 05:54 AM
Hi
I have attached the snap short which explains in detail. what is my requirement.
Can u please review and let me know,if it possible to do in Telerik.
Please suggest solution as soon as possible.
Regards
Nelson marian
Tags
Scheduler
Asked by
nelson
Top achievements
Rank 1
Answers by
Peter
Telerik team
nelson
Top achievements
Rank 1
Share this question
or