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

How to display appointments count in each day of monthview in radscheduleview

4 Answers 176 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Raja
Top achievements
Rank 1
Raja asked on 10 Jun 2011, 07:55 AM
Hi,

How to display appointments count in each day of monthview in radscheduleview?

Please some one help to me

Regards,
Rajasekhar

4 Answers, 1 is accepted

Sort by
0
Konstantina
Telerik team
answered on 13 Jun 2011, 02:09 PM
Hello Raja,

You can get all appointments for a certain period by using GetOccurrences method. If you loop through the AppointmentsSource of the ScheduleView and call this method for each appointment, you'll get the needed result. After that you will be able to count them and display them where is suitable for you.
You can edit very easy the template of the ScheduleView with Expression Blend. Just drop a ScheduleView control on the design surface, right-click it and choose from the menu Edit Template -> Edit a Copy.

Hope this information helps. Please let us know if you have further questions.

All the best,
Konstantina
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
Ranjan
Top achievements
Rank 1
answered on 22 Sep 2011, 11:13 AM
Hello,
I am facing same problem. I want to display no. of appointment count in monthview and detail appointments in dayview in ASP.Net AJAX Radschedular. Can you please provide me some example for doing this. Thanks in advance.
0
Peter
Telerik team
answered on 22 Sep 2011, 03:22 PM
Hi Ranjan,

You can use approach similar to the one found in this forum post -
http://www.telerik.com/community/forums/aspnet-ajax/scheduler/adding-new-row-with-total-of-appointments.aspx#1454684

In TimeSlotCreated, you can use - e.TimeSlot.Appointments.Count.


Kind regards, Peter
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
Ranjan
Top achievements
Rank 1
answered on 23 Sep 2011, 02:57 PM
Thankyou very much Peter, its working.
Tags
ScheduleView
Asked by
Raja
Top achievements
Rank 1
Answers by
Konstantina
Telerik team
Ranjan
Top achievements
Rank 1
Peter
Telerik team
Share this question
or