Hi,
I'm using RadControls for ASP.NET AJAX Q3 2010 and browsing through IE8
I'm looking for a solution to reduce the number of appointments i'm displaying in weekview
Due to a low performace and IE DOS (Deniel of service) when there are more then 100 appointments per week
Is there a solution like: LoadOnDemand(scroll oriented) or "more..." per day links also in weekview like the one in month view?
Thank you.
I'm using RadControls for ASP.NET AJAX Q3 2010 and browsing through IE8
I'm looking for a solution to reduce the number of appointments i'm displaying in weekview
Due to a low performace and IE DOS (Deniel of service) when there are more then 100 appointments per week
Is there a solution like: LoadOnDemand(scroll oriented) or "more..." per day links also in weekview like the one in month view?
Thank you.
5 Answers, 1 is accepted
0
Hi Alon,
One option to consider is limitting the visible range of RadScheduler by setting
DayStartTime="10:00:00" and DayEndTime="16:00:00" for RadScheduler for example.
You can also consider grouping RadScheduler by a resource type and implementing paging as shown in this kb article.
Regards,
Peter
the Telerik team
One option to consider is limitting the visible range of RadScheduler by setting
DayStartTime="10:00:00" and DayEndTime="16:00:00" for RadScheduler for example.
You can also consider grouping RadScheduler by a resource type and implementing paging as shown in this kb article.
Regards,
Peter
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0

Alon
Top achievements
Rank 1
answered on 29 May 2011, 12:34 PM
Hi,
Is there a way to limit the max display appointments in weekview and to show A link "all appointment ..." to dayview
this kind of solution implemented in the monthview how can i use it in weekview?
Is there a way to limit the max display appointments in weekview and to show A link "all appointment ..." to dayview
this kind of solution implemented in the monthview how can i use it in weekview?
0
Hi Alon,
There isn't such an option for Week view.
Best wishes,
Peter
the Telerik team
There isn't such an option for Week view.
Best wishes,
Peter
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0

Alon
Top achievements
Rank 1
answered on 12 Jun 2011, 05:21 PM
Thank you i've solved the issue by limit the results to max appointments per week/month view and i'm displaing a message with a reference to day view
0
Hi Alon,
Thank you for sharing your solution.
Kind regards,
Peter
the Telerik team
Thank you for sharing your solution.
Kind regards,
Peter
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.