RadScheduler RTL Support
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.
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.
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.
Hello It would be good to have the calendars grouped vertically and to have the time displayed horizontally. Please see attached screenshot Regards Peter
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.
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.