Skip to content

Commit f79b570

Browse files
0000: undo
1 parent 6eee631 commit f79b570

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

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

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

0 commit comments

Comments
 (0)