Hello,
I am experiencing issue while displaying Tasks in Gantt View control
I am building my Tasks from database. For that I create Project as well. I give start date of project, as start date of First Task.
I give different Task Start Date but still when I load my Gantt View control, all Tasks start from same Start Date as Project Start Date or Start date of First Task.
While debugging in StartDateTime Property of Task I see incorrect Datetime.
But In StartDateTimeUnresolved Property of Task I see correct Datetime.
I even use AllProperties Column as well though I am not storing any information in that cause I am Just information from Database.
Please let me know if you need more information.
Thanks,
Imran
Using Constraint for Task I found answer for this issues from following post.
http://es.infragistics.com/community/forums/p/70271/356208.aspx#356208
Thanks