Hello
Kindly provide me a sample code to populate the tasks grid in the ultraganttview from the database. This has to work on selecting a project from a dropdownlist.
Also need to add and modify the tasks and then save back to the table in the database.
Regards
jeni
Hello Jeni,
There are different approaches to solve this task. I`m not sure what is your scenario (Are you using TableAdapters, or EntityDataModel, or SQLCommands and so on...) I made small sample for you where I`m using TableAdapters and local database. Please take a look at the attached sample and video file for more details and let me know if you have any questions. Also you could find additional information in our online documentation: http://help.infragistics.com/Help/NetAdvantage/WinForms/2012.1/CLR2.0/html/WinGanttView.html
Here is the sample