I just started working with gantt view, so I have some questions
Can we include multiple projects in ultraGanttView?
I want to use a List as datasource, actually i am working like this
ultraCalendarInfoGanttView.DataBindingsForProjects.BindingContextControl = this; ultraCalendarInfoGanttView.DataBindingsForProjects.DataSource = new ProjectManager().GetProjects();ultraCalendarInfoGanttView.DataBindingsForTasks.BindingContextControl = this;ultraCalendarInfoGanttView.DataBindingsForTasks.DataSource = new TaskManager().GetTasks();
But I didn't get any data in view, please help me to figure out this.
Hi,
One possible approach could be if you are using column "Predcessors" in your UI. If you create such kind dependency, this dependency will be stored in your database in the binary column "All properties". More information about dependency you could find in our documentation: http://help.infragistics.com/Help/NetAdvantage/WinForms/2011.2/CLR2.0/html/WinGanttView_Customize_Chart_Section_of_WinGanttView.html
Also please take a look at the attached video, that I made for you using dependency.
Let me know if you have any questioins.
How can I use entity list as data source and also insert and update tasks in database?
I have one more question.
How can I show dependency between two tasks by following same procedure as you did?
Thanks
Can you tell me why this limitation is there? I wasted my one week just because of data type of column atleast they have to mention somewhere these kind of boundation.Any way thanks for your kindness.
mayank164 said:.Is there is something with IdMember data type that it should be only uniqueIdintifier nothing
Let me know if you have any questions.
Regards