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
The sample of the script is attached here.
Hello Georgi
Thanks for your reply with video samples.
A sample for the issue is attached here along with the db script. Kindly have a look on to it.
I find issues in populating the ganttview on selecting the project from ultracomboeditor. I have a comboeditor on selecting a particular startdate and enddate combo is populated on the valuechanged of the combo I need to populate the tasks of that particular project. insert new task, subtask, delete and update functionality. I tried with paraamterised fill method of table adapter, I works perfect for update, delete, select but insert new task and subtask is not working for the selected project. Please suggest a way to work out this. Is there any way to insert the task by passing the projectid as the parameter on update?
Looking forward for your feedback.
Hello Jeni,
I`m glad to see that you are using my sample and my suggestion with TableAdapters. I research your sample and you should make few changes to be able to Insert, Delete, Update your Tasks. I made a video file for you with the changes that I made into your sample. The video file is huge and I`m not able to upload it in this forum thread, that`s why I create a private case for you with Ref. Number CAS-101542-H7H8Q1. You could find your case at: https://ko.infragistics.com/my-account/support-activity/ with attached video file
Please take a look at the video file and let me know if you have any questions.
Please note that I made changes in:
1. Update Command
2. Delete Command
3. TaskDuration column in the database
4. About Resource Name, please note that you should have Owners in your UltraCalendarInfo. You could load this Owner from DataBase or direct in the UltraCalendarInfo
Please find the sample here.
I have included a small sample and the script.
My issues are described below.
Insert task, Update task etc with a duration more than 24 hours is not workingNot able to save resource namesOn click of Add Notes button I want the task information of the selected task to be opened, with the Notes tab as the selected tab.