Skip to content

Commit 0751f58

Browse files
Merge pull request #2836 from syncfusion-content/EJ2-876168-asp-dev
76168: Project view multi taskbar asp
2 parents 1143bfe + eceffe3 commit 0751f58

File tree

1 file changed

+11
-4
lines changed
  • ej2-asp-core-mvc/code-snippet/gantt/projectview-multitaskbar-cs1

1 file changed

+11
-4
lines changed
Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
@Html.EJS().Gantt("Gantt").DataSource((IEnumerable<object>)ViewBag.DataSource).EnableMultiTaskbar(
2-
true).Height("450px").TaskFields(ts => ts.Id("TaskId").Name("TaskName").StartDate("StartDate").Duration("Duration").Progress("Progress").Child("SubTasks").ExpandState(
3-
"isExpand")).Render()
4-
1+
@Html.EJS().Gantt("Gantt").
2+
DataSource((IEnumerable<object>)ViewBag.DataSource).
3+
EnableMultiTaskbar(true).
4+
Height("450px").
5+
TaskFields(ts => ts.Id("TaskId").
6+
Name("TaskName").
7+
StartDate("StartDate").
8+
Duration("Duration").
9+
Progress("Progress").
10+
Child("SubTasks").
11+
ExpandState("isExpand")).Render()

0 commit comments

Comments
 (0)