I have been using a CalendarInfo control with your Gantt control for a while now and it works great. I load all of my data into the CalendarInfo and the Gantt control displays everything perfectly. I was trying to put a Timeline control on the same form and bind it to the same CalendarInfo control, but I can't find a way to specify the project property. My owners display down the left side of the Timeline, but I don't see any tasks even though they appear perfectly in the Gantt control that is sharing the same CalendarInfo control. Since the tasks seem to be tied to a "project", I'm thinking that is the problem. Any help?
Rich
Hello ,
UltraGantView works with Tasks and UltraTimeLineView works with Appointments. Please review the following links from our online documentation about “DataBinding Support for WinGanttView” and “Appointments DataBinding for WinTimelineView” :
http://help.infragistics.com/Help/NetAdvantage/WinForms/2011.1/CLR2.0/html/WinGanttView_DataBinding_Support_for_WinGanttView.html
http://help.infragistics.com/Help/NetAdvantage/WinForms/2011.1/CLR2.0/html/WinTimelineView_Appointments_DataBinding_for_WinTimelineView.html
so you should create an appointment for each task (each appointment should be based on a task) if you want to have some representation of task in UltraTimeLineView.
Please let me know if you have any further questions.