Skip to content

Commit c57aa7a

Browse files
983303: Updated Kanban documentation
1 parent 1e5240d commit c57aa7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blazor/kanban/data-binding.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ N> By default, SfDataManager uses ODataAdaptor for remote data-binding.
206206

207207
### Binding with OData services
208208

209-
[OData](https://www.odata.org/documentation/odata-version-3-0/) is a standardized protocol for creating and consuming data. You can retrieve data from the OData service using the [SfDataManager](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Data.SfDataManager.html).
209+
[OData](https://www.odata.org/documentation/odata-version-3-0) is a standardized protocol for creating and consuming data. You can retrieve data from the OData service using the [SfDataManager](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Data.SfDataManager.html).
210210

211211
```cshtml
212212
@using Syncfusion.Blazor.Data
@@ -482,7 +482,7 @@ It is possible to dynamically modify Kanban [Query](https://help.syncfusion.com/
482482

483483
It is possible to create your own `CustomAdaptor` by extending the built-in available adaptors.
484484

485-
The following example demonstrates the custom adaptor usage and how to bind the data with custom service and the CRUD operations for custom bound data are performed using the methods of [DataAdaptor](https://blazor.syncfusion.com/documentation/data/custom-binding/) abstract class.
485+
The following example demonstrates the custom adaptor usage and how to bind the data with custom service and the CRUD operations for custom bound data are performed using the methods of [DataAdaptor](https://blazor.syncfusion.com/documentation/data/custom-binding) abstract class.
486486

487487
```cshtml
488488

0 commit comments

Comments
 (0)