Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
80
get the calculated TaskEndTime
posted

How do I get the calculated TaskEndTime, as calculated by the TaskStartTime, Duration, and constraints?

I am using DataBinding and the TaskEndTime reflected in my underlying data source is not being updated to reflect the "Finish" column value displayed in the UltraGanttView

Parents
  • 53790
    posted

    Hello Cheo,

    I`m not sure that I understand your scenario, but if you modify your TaskStartTime or Duration through the UltraganttView control, then the TaskEndTime (Finish column) should be update it automatically with appropraite date depending of your StartTime and Duration. The mentioned issue, could be reproduce it if you modify your TaskStartTime/Duration/TaskEndTime dicrect in the database, but wihtout any modifications in the AllProperties (binary column), because when you load your Task in the UltraGanttView control, some of the values will be extract from AllProperties field.

    Maybe will be better to send us small smple that reproduce your issue and I`ll be glad to research it for you.

    Let me know if you have any questions.

    Regards

Reply Children