Skip to content

Commit 6d05b3a

Browse files
909736: Updated the review corrections.
1 parent 41210a2 commit 6d05b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blazor/gantt-chart/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The Gantt Chart in Blazor offers a project management interface similar to Micro
1313

1414
## Key features
1515

16-
* [**Data sources**](./data-binding/) - Bind the Blazor Gantt Chart component with data using SfDataManager, which supports RESTful JSON data services and IEnumerable collections.
16+
* [**Data sources**](./data-binding/) - Bind the Blazor Gantt Chart component with data using `SfDataManager`. The `DataSource` value can be assigned using either the property values from SfDataManager or a list of business objects.
1717
* [**Large data binding**](./data-binding/) - Optimize performance when dealing with extensive datasets by initially loading only parent records. Child records are rendered dynamically upon expansion, reducing initial load times and improving user experience with large project structures.
1818
* [**Editing**](./managing-tasks/): Directly edit task details such as duration, start and end dates, and dependencies within the Gantt Chart. Use the Edit dialog for structured input or interact with taskbars for a more visual editing approach.
1919
* [**Task dependencies**](./task-dependencies/): Define and manage task relationships using various dependency types, including finish-to-start, start-to-finish, start-to-start, and finish-to-finish. This feature helps in accurately modeling project schedules and dependencies.

0 commit comments

Comments
 (0)