Completed
Last Updated: 12 Jun 2015 10:50 by ADMIN
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 26 May 2015 07:24
Category: Scheduler/Reminder
Type: Bug Report
0
FIX. RadScheduler - dragging a row from RadGridView and dropping it over RadScheduler does not display the newly added Appointment immediately when the EnableExactTimeRendering property is set to true
To reproduce: follow the introduced approach in the following help article: http://www.telerik.com/help/winforms/scheduler-drag-and-drop-drag-and-drop-using-raddragdropservice.html 

When you maximize the form and return it to normal state, the appointment is rendered.

Workaround for Timeline view: after adding the dropped appointment you can refresh the scaling:

this.radSchedulerDemo.Appointments.Add(appointment);
this.radSchedulerDemo.GetTimelineView().ShowTimescale(Timescales.Days);
0 comments