I have my gantt bound to my project and task from my datasource. How do I now bound my list of resources to the control.
I have look at the databindingforowners in the calenderinfo and cannot see how the resources can be linked to the tasks in the databindingforTasks.
I am almost there but cannot seem to quite tie it all together. I am still on 10.1.
I can see KeyMember,NameMember,EmailAddressMember and AllPropertiesMember in the databindingforowners.
My application is pretty similar to MS Project in functionality to explain what I am trying to acheive.ataBindingsForOwners
Hello,
As far I as understand you want to bound GanttView to a Datasource . Here is a link to our online help where is shown how you could do this:
http://help.infragistics.com/Help/NetAdvantage/WinForms/2010.2/CLR2.0/html/WinGanttView_DataBinding_Support_for_WinGanttView.html
and a link for using WinGanttView :
http://help.infragistics.com/Help/NetAdvantage/WinForms/2010.2/CLR2.0/html/WinGanttView_Using_WinGanttView.html
Please let me know if you have any further questions.
I have no problem binding my Project and task to my datasource, this I have done. What I am lacking is information on binding my allocated resource datasource to the control.
My application assigns multiple resources to each task and I want to show these resources in the task information dialog and also on the Gantt.