Unplanned
Last Updated: 09 Mar 2020 06:14 by ADMIN
Luke
Created on: 14 Feb 2019 14:05
Category: UI for WinForms
Type: Bug Report
3
RadScheduler - performance improvement when grouping by Resources in the SchedulerDayView

The performance of the DayView when the control is bound to a large number of recurring appointments and it is grouped by resources needs to be improved.

3 comments
ADMIN
Dess | Tech Support Engineer, Principal
Posted on: 09 Mar 2020 06:14
Hello, Daniel,

I would like to note that this public feedback portal is related to the Telerik UI for WinForms suite. However, according to the provided information, it doesn't seem that you are using the WinForms Telerik controls. 

Feel free to report any issues that you are experiencing in the relevant feedback portal: https://feedback.telerik.com/aspnet-ajax  

I hope this information helps. If you need any further assistance regarding the Telerik Ui for WinForms product, please don't hesitate to contact me. 

 

Regards,
Dess | Tech Support Engineer, Sr.
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Daniel
Posted on: 06 Mar 2020 16:34

We are currently using the Ajax Scheduler and are experiencing the same performance issue with the resource grouping. Our implementation is for Medical Practices and some of our clients have 10-15 Providers and 300+ appointments a day and the performance is poor. 

 

 

ADMIN
Hristo
Posted on: 14 Feb 2019 14:07
Hi,

The issue can be observed if you are having a resource with no appointments for a particular day. In this case, we try to find a view with appointments for that resource so that we can show the previous and next navigation buttons.

Workaround: if possible do not use the previous navigation: 
this.radScheduler1.ShowNavigationElements = false;

Regards,
Hristo