Skip to content

Commit 61c7d90

Browse files
Update razor
1 parent ca23f46 commit 61c7d90

File tree

1 file changed

+2
-2
lines changed
  • ej2-asp-core-mvc/code-snippet/gantt/undo-redo/retrieve

1 file changed

+2
-2
lines changed

ej2-asp-core-mvc/code-snippet/gantt/undo-redo/retrieve/razor

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
UndoRedoActions(new List<string>() { "Sorting", "Add", "ColumnReorder", "ColumnResize", "ColumnState", "Delete",
1313
"Edit", "Filtering", "Indent", "Outdent", "NextTimeSpan", "PreviousTimeSpan", "RowDragAndDrop", "Search", "ZoomIn", "ZoomOut", "ZoomToFit" }).
1414
TaskFields(ts =>ts.Id("TaskId").Name("TaskName").StartDate("StartDate").EndDate("EndDate").Duration("Duration").Progress("Progress").Child("SubTasks")).
15-
EditSettings(es=>es.AllowEditing(true).AllowAdding(true).AllowDeleting(true).
16-
ShowColumnMenu(true)).Render()
15+
EditSettings(es=>es.AllowEditing(true).AllowAdding(true).AllowDeleting(true)).
16+
ShowColumnMenu(true).Render()
1717

1818
<script>
1919
document.getElementById('GetUndoCollection').addEventListener('click', function (args) {

0 commit comments

Comments
 (0)