Articles in this section
Category / Section

How to update the schedule's start date and end date dynamically

1 min read

In Gantt, It is possible to update the schedule start date and end date values dynamically by using the updateScheduleDates(startDate, endDate) method.

<script type="text/javascript">
    function clickme() {
        var ganttObj = $("#GanttContainer").ejGantt("instance");
        ganttObj.updateScheduleDates("02/27/2017", "03/31/2017");
    }
</script>

 

A simple sample to update the schedule date values dynamically is available here

 

 

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied