Unplanned
Last Updated: 01 Aug 2016 14:15 by OMAR
Created by: OMAR
Comments: 0
Category: Scheduler
Type: Feature Request
3
RadScheduler RTL Support
Declined
Last Updated: 29 Jul 2016 12:36 by ADMIN
Created by: João
Comments: 1
Category: Scheduler
Type: Feature Request
1
I'm using RadScheduler with TimelineView, i have ExactTimeRendering and it shows the appointments clear.
Since i have the slots with 12hours, i want to adjust an extra hour, but when i resize it always adjust an extra 12hours. 
 
Would be very helpfull to had a property to allow exactappointment drag, so i can resize 1 extra hour instead of 12. Something similar like in radgrid, when resize columns it shows me how much pixels, in this case i want it to show the time.
Declined
Last Updated: 13 May 2022 15:11 by ADMIN
ADMIN
Created by: Plamen
Comments: 1
Category: Scheduler
Type: Feature Request
0

			
Declined
Last Updated: 21 Sep 2018 13:19 by Mark
Created by: Tarek
Comments: 2
Category: Scheduler
Type: Feature Request
3
Reminders popup outside the page that the scheduler is used.
Because re-adding the same scheduler in many pages is very bandwidth consuming so what about creating a minified scheduler control for reminders so the user will be reminded in all pages about events.
Completed
Last Updated: 27 Nov 2014 15:07 by Elena
ADMIN
Created by: Boyan Dimitrov
Comments: 1
Category: Scheduler
Type: Feature Request
0

			
Unplanned
Last Updated: 14 Sep 2016 20:42 by Mark
Created by: Mark
Comments: 3
Category: Scheduler
Type: Feature Request
8
For a planner, it's very normal to have a list of tasks to be finished.
And with each task, it will require different type of resources.

In my case, the resource is the employee, which can have different skill sets.
I want to be able to select the task, and based on the skill required by the task, to filter the employees as resource. Then based on the availability of the filtered employees, assign specific task to a specific employee.

I think it's nature of the process for planning and scheduling.

For some reason, radscheduler rebind on client side can't update the resource. According to Telerik's feed back, it seems only way to achieve this is to do a post back(partially by ajaxmanager or full).

I am hoping it can be done as radgrid.
Completed
Last Updated: 01 Dec 2014 12:22 by ADMIN
Declined
Last Updated: 22 Dec 2016 11:40 by Tejas
Created by: Peter
Comments: 2
Category: Scheduler
Type: Feature Request
1
Hello

It would be good to have the calendars grouped vertically and to have the time displayed horizontally. Please see attached screenshot

Regards
Peter
Completed
Last Updated: 13 Oct 2014 10:37 by ADMIN
Completed
Last Updated: 04 Feb 2015 19:00 by ADMIN
Created by: René
Comments: 1
Category: Scheduler
Type: Feature Request
1
Scheduler component has feature "Export to PDF". When PDF is generated, there is image inside. But quality of this image is really poor.

Based on source code, there is method in SchedulerExporter.cs
 ​        private void ConvertBitmapToJpeg(Bitmap bmp)
         {
             var ms = new MemoryStream();
             bmp.Save(ms, ImageFormat.Jpeg);
             _gifArray.Add(ms.ToArray());
         }

But there is no encoder settings parameter used (http://msdn.microsoft.com/en-us/library/system.drawing.bitmap.save(v=vs.110).aspx). Please add a possibility to control output image quality.
Won't Fix
Last Updated: 22 Apr 2015 06:31 by ADMIN
Unplanned
Last Updated: 13 Jun 2014 12:37 by ADMIN
Completed
Last Updated: 24 Jun 2015 11:10 by ADMIN
Thus, appointment resizing is not possible in RadScheduler with RenderMode="Mobile" if a time slot is tapped before tapping the appointment.
Note: If the RadScheduler is scrolled between the time slot tap and the appointment tap, then resizing is possible again.
Completed
Last Updated: 28 Nov 2014 11:33 by Elena