Skip to content

Commit 03afb82

Browse files
909736: Updated the review changes.
1 parent 6d05b3a commit 03afb82

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`. The `DataSource` value can be assigned using either the property values from SfDataManager or a list of business objects.
16+
* [**Data sources**](./data-binding/) - The Blazor Gantt Chart component can be integrated with various remote API service for data binding by using the `SfDataManager` or an enumerable collection of objects by using the `DataSource` property.
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)