You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aspnetmvc/Gantt/Unscheduled-Tasks.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,11 @@ documentation: ug
9
9
10
10
# Unscheduled Tasks
11
11
12
-
Unscheduled tasks are tasks that are planned for project but do not have definite schedule dates. Now, the Gantt supports rendering the unscheduled tasks. You can create/update the tasks with anyone of start date, end date and duration values or none. You can enable/disable the unscheduled tasks by using the `AllowUnscheduledTask` property.
12
+
Unscheduled tasks are planned for a project but do not have definite schedule dates. Now, the Gantt control supports rendering the unscheduled tasks. You can create or update the tasks with anyone of start date, end date and duration values or none. You can enable or disable the unscheduled tasks by using the `AllowUnscheduledTask` property.
13
13
14
14
## Unscheduled Task Types
15
15
16
-
Unscheduled tasks have various task types with only either start date, end date or durations.
16
+
Unscheduled tasks have various task types with only either start date, end date or duration.
17
17
18
18
#### Start Date Only
19
19
@@ -29,7 +29,7 @@ Unscheduled tasks have various task types with only either start date, end date
29
29
30
30
#### Milestone
31
31
32
-
The milestone taskwithout start date and end date but has duration value as zero is represented as follows.
32
+
The milestone task, one without a start and end date, but having a duration value of zero is represented as follows.
33
33
34
34

35
35
@@ -105,11 +105,11 @@ The following screenshot displays the output of the above code.
105
105
106
106

107
107
108
-
N> If the `AllowUnscheduledTask` property is set to `false` for unplanned task, the Gantt will automatically calculate the scheduled dates with default value of duration 1 and the project scheduled start date is considered as start date for a task.
108
+
N> If the `AllowUnscheduledTask` property is set to `false` for unplanned task, the Gantt control will automatically calculate the scheduled dates with a default value of duration 1 and the project scheduled start date is considered as the start date for the task.
109
109
110
110
## Show/hide null text in Gantt columns
111
111
112
-
You can show/hide the null text cell value for start date, end date and duration columns by using the `showNullText` column property. This can be customized in load event of Gantt. You can change the `Null` string by using the `nullText` property in the locale text file of the Gantt control. The following code snippets explain this behavior.
112
+
You can show/hide the null text cell value for start date, end date and duration columns by using the `showNullText` column property. This can be customized in load event of Gantt. You can change the `Null` string by using the `nullText` property in the localization text file of the Gantt control. The following code snippets explain this behavior.
0 commit comments