diff --git a/blazor/datagrid/data-binding.md b/blazor/datagrid/data-binding.md index b48e03ee41..7108299b50 100644 --- a/blazor/datagrid/data-binding.md +++ b/blazor/datagrid/data-binding.md @@ -800,7 +800,7 @@ You can use **WebApiAdaptor** to bind datagrid with Web API created using **ODat @using Syncfusion.Blazor.Grids - + @@ -850,7 +850,7 @@ The following sample code demonstrates enabling data manager condition in the Da @if(IsInitialRender) { - + } @@ -896,7 +896,7 @@ The following sample code demonstrates sending additional parameters using the Q - + @@ -1030,7 +1030,7 @@ The following sample code demonstrates adding custom headers to the `SfDataManag - + diff --git a/blazor/datagrid/events.md b/blazor/datagrid/events.md index 57e064935d..84d0269340 100644 --- a/blazor/datagrid/events.md +++ b/blazor/datagrid/events.md @@ -119,7 +119,7 @@ N> All the events should be provided in a single **GridEvents** component. - +