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
Hi,
I just wanted to know if you were able to solve your issue based on my suggestions or you still need help? Just let me know.
Thank you.
Hello ,
If you want the changes made onto your data source automatically reflect onto UltraCalendarInfo, you should use a data source, which implements INotifyPropertyChange interface. In your case you should replace List<T> with BindingList<T>. Based on your scenario I have tried to implement a small sample in order to demonstrate how your goal could be achieved. Please run the sample and let me know if this is what you are looking for.
Please let me know if you have any further questions.
nobody from infragistics have even answer to this question?