Win Gantt View Doubts:
1. How to Retrieve data from Win Gantt View and save to database (Need Source Code).
2. How to Data binding with Win Gantt View from database (Need Source Code).
3. is it Possible to Include Dropdown like Value List in Ultra Web Grid, If Possible (Need Source Code).
4. Adding more columns in to Win Gantt View (like adding columns in ultra web grid)
Hi,
How to save to database the custom column in ganttview using databinding. I found out that there is a one-to-one mapping for built in columns, but how about custom column?
Thank you
This is my first time use with the UltraGanttView and the UltraCalendarInfo objects.
I started my test solution based on your code and it doesn't work (see my code attached).
As you can see in the picture attached, there's no tasks in the Projects[1] and I know that it is supposed to, so the problem must be there but I don't know what's missing.
Could you give me a little hint on this?
My datatable containing the information that I want to be displayed in the Gantt View is called ProjectDashboard_PlanningGlobal.
If you need more precisions, please feel free to ask,
Thanks a lot,
Olivier
I just wanted to know if you were able to solve your issue based on my suggestions or you still need help? Just let me know.
Thank you.
Hello ,
I have created a sample for you where UltraGanttView is bound to a DataSourse and all changes which you made in GanttView’s grid is reflected to the DataSourse, so I think this answers to your first two questions. For more information please look at the following links:
http://help.infragistics.com/NetAdvantage/WinForms/2010.3/CLR2.0?page=WinGanttView_Customize_Grid_section_of_WinGanttView.html
http://help.infragistics.com/NetAdvantage/WinForms/2010.3/CLR2.0?page=WinGanttView_DataBinding_Support_for_WinGanttView.html
In the column “Task Name” I am using a combo editor like you want in your third question. About your forth question, the answer is currently no, you cannot add custom columns to the GanttView – that’s a feature request. And it is already log to our system with id FR12664.
Let me know if you need any further assistants on this case.