previous daynext daytoday
This example demonstrates how to implement drag-and-drop support from RadGrid to RadScheduler.
When a task is dragged from RadGrid to RadScheduler, the time slot which will receive the appointment is highlighted. After the task is dropped, it appears in RadScheduler as an appointment, but it is removed from the grid. This is achieved by updating the data sources of both controls and refreshing them with a call to the Rebind() method.
Clicking the Unschedule button (implemented via AppointmentTemplate) removes the appointment and sends it back to the task list of the grid. In contrast, deleting an appointment removes the appointemnt altogether - both from the scheduler and the grid.
www.telerik.com | Terms of Use | Contact Us