Hi,
I am using a form to add task and then showing data in Gantt view.I have to make dependency b/w two tasks,What data should I save in DB from form, so that dependency will show in gantt view after assigning a data source?
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 ,
All Infragistics schedule Components, are using UltraCalnedarInfro to providing data, and allowing for data manipulation. So what I could suggest you is to bind your UltraCalnedarInfo to your data source, then if you add a task to this UltraCalendarInfro, this change will reflected onto underling data source. So my suggestion is your form, which you are using for adding a task to share the same UltraCalendarInfro which you are using for UltraGantView, and this UltraCalendarInfo to be bound to your data source. Then if you add a task via your form or UltraGantview, will affect the underlying data source, and also onto all Schedule Component which are using this UltraCalendarInfo. Also I recommend to review the following forum thread, where you could find a sample, which demonstrates how to bind UltraCalendarInfo to data source, so that changes onto dependency to be applied onto underling data source.
http://forums.infragistics.com/forums/t/62680.aspx
Please let me know if you have any further questions.