Hi, i have an old VB6 Programm where i used a Gantt Ocx to Display Schedule Dates. see attached Picture. are this possible with an infragistics control?best regards martin
Hi Martin,
I am just checking about the progress of this issue. Let me know if you need my further assistance on this issue.
Thank you for using Infragistics Components.
Thank you for contacting Infragistics Developer Support.
What you could in order to add the Dates to the Task is to use Creation Filter interface. With it you can add TextUIElement to the TaskBarUIElement and set its text to the StartDate of the Task. If you want to know more about the Creation Filter, please visit this link:
http://help.infragistics.com/Help/Doc/WinForms/2012.2/CLR4.0/html/Win_Creation_Filter.html
I have attached a sample, which demonstrates this approach.
Please let me know if you have any additional questions.