@@ -46,11 +46,11 @@ Indent and Outdent of a task are used to update the level of task in the hierarc
4646
4747 public static List <TaskData> GetTaskCollection() {
4848 List <TaskData> Tasks = new List <TaskData> () {
49- new TaskData() { TaskID = 1, TaskName = "Project initiation", StartDate = new DateTime(2022, 04, 05), EndDate = new DateTime(2022, 04, 21 ) },
49+ new TaskData() { TaskID = 1, TaskName = "Project initiation", StartDate = new DateTime(2022, 04, 05), EndDate = new DateTime(2022, 04, 08 ) },
5050 new TaskData() { TaskID = 2, TaskName = "Identify Site location", StartDate = new DateTime(2022, 04, 05), Duration = "0", Progress = 30, ParentID = 1 },
5151 new TaskData() { TaskID = 3, TaskName = "Perform soil test", StartDate = new DateTime(2022, 04, 05), Duration = "4", Progress = 40, ParentID = 1 },
5252 new TaskData() { TaskID = 4, TaskName = "Soil test approval", StartDate = new DateTime(2022, 04, 05), Duration = "0", Progress = 30, ParentID = 1 },
53- new TaskData() { TaskID = 5, TaskName = "Project estimation", StartDate = new DateTime(2022, 04, 06), EndDate = new DateTime(2022, 04, 21 ) },
53+ new TaskData() { TaskID = 5, TaskName = "Project estimation", StartDate = new DateTime(2022, 04, 06), EndDate = new DateTime(2022, 04, 08 ) },
5454 new TaskData() { TaskID = 6, TaskName = "Develop floor plan for estimation", StartDate = new DateTime(2022, 04, 06), Duration = "3", Progress = 30, ParentID = 5 },
5555 new TaskData() { TaskID = 7, TaskName = "List materials", StartDate = new DateTime(2022, 04, 06), Duration = "3", Progress = 40, ParentID = 5 },
5656 new TaskData() { TaskID = 8, TaskName = "Estimation approval", StartDate = new DateTime(2022, 04, 06), Duration = "0", Progress = 30, ParentID = 5 }
@@ -62,4 +62,4 @@ Indent and Outdent of a task are used to update the level of task in the hierarc
6262{% endhighlight %}
6363{% endtabs %}
6464
65- {% previewsample "https://blazorplayground.syncfusion.com/embed/rZhyXuBgJCuLyiAw ?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5 " %}
65+ {% previewsample "https://blazorplayground.syncfusion.com/embed/LXhSZaryzFrDtBuk ?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5 " %}
0 commit comments