Hi,
All the samples for data binding a WinGanttView control involve datasets.
How can I get my hands on a sample explaining data binding using observablecollections?
Best regards,
Henri
The WinSchedule, as with most of the Infragistics controls, was designed to be bound to objects which implement IBindingList. An ObservableCollection is probably not going to work well as a DataSource for the WinGanttView and may not work at all since it does not implement IBindingList.