Example of Remote Data in Blazor Diagram Component
This sample demonstrates how to bind remote data with the Diagram using the Data Manager.
This example shows how to generate a diagram from remote data such as REST APIs. The DataSourceSettings
property can be used to map an external data source with the Diagram component. The ID
property of DataSourceSettings
can be used to define a unique field of external data. The ParentID
property can be used to define the relationships among objects. The SfDataManager
property can be used to fetch data from web services.