Skip to content

Commit 50be2e0

Browse files
Merge branch 'hf_MVC_UnscheduledTask' into 'hotfix/hotfix-v16.3.0.21'
UG Unscheduled Task See merge request content/asp.netmvc-docs!1202
2 parents 69e8eb5 + 5e09b6d commit 50be2e0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

aspnetmvc/Gantt/Unscheduled-Tasks.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ documentation: ug
99

1010
# Unscheduled Tasks
1111

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.
1313

1414
## Unscheduled Task Types
1515

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.
1717

1818
#### Start Date Only
1919

@@ -29,7 +29,7 @@ Unscheduled tasks have various task types with only either start date, end date
2929

3030
#### Milestone
3131

32-
The milestone task without 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.
3333

3434
![](Unscheduled-Tasks_images/Milestone.png)
3535

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

106106
![](Unscheduled-Tasks_images/Image1.png)
107107

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.
109109

110110
## Show/hide null text in Gantt columns
111111

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.
113113

114114
{% highlight CSHTML %}
115115

0 commit comments

Comments
 (0)