Hi,
I am using Ganttview and calendarInfo data source property. If project startdate is 2/24/12 and task startdate is 3/10/12 then when I load data gantt view it show task startdate 2/24/12(i.e project startdate).So it is possible that task start date should be same as in DB?
Thanks,
I agree with it, but in my scenario I am creating task from a form not from gantt view,so what value I save in AllProperties column from form?
I made small sample to reproduce your issue. In my scenario everything works properly. For example:
Project`s date : 01/01/2011
Task`s date : 27/01/2011
When I load the data from database, my Task has date: 27/01/2011
I suppose that you are not using properties "AllProperties" in your scenario. Only by this way I was able to reproduce your issue, but this is expected behavior, bacuse there are all necesary information about the Task. Please take a look at the ttached video for more details and let me know if you have any questions
Regards
But this is not working,it will take some default date as project start date.
The mentioned behavior is expected, but maybe you could leave your Project`s date empty (null), by this way you could achieve desired behavior.
Let me know if you have any questions.