Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
80
How to add appointments using Draganddrop in DayView
posted

I am trying to create a weekly employee schedule using DayView to give another perspective. The view will show 7 days and I will be mapping my employee and schedule objects to appointment using CalendarInfo source.

 

I can bind List<T> object to the calendarInfo object's owners and appointment sources and things looks fine.

 

Next functionality is to add drag drop to drop employess from a list to the dayview. I am able to implement up to drag and drop however, when I add schedule to the list it does not add a new appointment in the day view....

Another issue I am having is to trap start time where I am dropping the owner. What API should I use to trap start time on the view? I tried few available one but all were returning 0.

Please advise... If you have a sample code to point me, it would be agreat help

Parents Reply Children
No Data