Completed
Last Updated: 22 Jun 2022 10:09 by ADMIN
ADMIN
Created by: Plamen
Comments: 1
Category: Scheduler
Type: Bug Report
1

			
Completed
Last Updated: 20 Jun 2022 14:43 by ADMIN
Completed
Last Updated: 19 Oct 2015 06:53 by ADMIN
Completed
Last Updated: 04 Dec 2020 10:39 by ADMIN
Created by: Dan
Comments: 1
Category: Scheduler
Type: Feature Request
1

			
Completed
Last Updated: 05 May 2015 08:32 by ADMIN
Completed
Last Updated: 13 Nov 2017 16:08 by Gregg
This doesn't work: apt.Description = DescriptionText.Text;
Completed
Last Updated: 10 Mar 2015 10:01 by ADMIN
Completed
Last Updated: 17 Feb 2015 15:03 by ADMIN
Completed
Last Updated: 27 Nov 2014 15:07 by Elena
ADMIN
Created by: Boyan Dimitrov
Comments: 1
Category: Scheduler
Type: Feature Request
0

			
Completed
Last Updated: 01 Dec 2014 12:22 by ADMIN
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.
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.