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
185
Databinding with an ObservableCollection
posted

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

 

  • 9298
    posted

    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.