We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1143bfe + eceffe3 commit 0751f58Copy full SHA for 0751f58
ej2-asp-core-mvc/code-snippet/gantt/projectview-multitaskbar-cs1/razor
@@ -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
-
+ @Html.EJS().Gantt("Gantt").
+ DataSource((IEnumerable<object>)ViewBag.DataSource).
+ EnableMultiTaskbar(true).
+ 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