Skip to content

Commit f961873

Browse files
983330: Updated the UG Content and Samples for DataBinding Remote Data in DataGrid
1 parent 672ecfe commit f961873

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

blazor/datagrid/data-binding/remote-data.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Remote Data in Blazor DataGrid | Syncfusion
4-
description: Learn all about remote data in Syncfusion Blazor DataGrid and much more.
4+
description: Explore remote data integration in Syncfusion® Blazor DataGrid, including setup, binding options, and advanced features.
55
platform: Blazor
66
control: DataGrid
77
documentation: ug
@@ -288,7 +288,7 @@ When remote data binding is enabled, all grid actions such as **paging**, **sort
288288
This behavior is enabled by setting the [Offline](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.DataManager.html#Syncfusion_Blazor_DataManager_Offline) property of [DataManager](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Data.SfDataManager.html) to **true**.
289289
290290
{% tabs %}
291-
{% highlight razor tabtitle="Index.razor"%}
291+
{% highlight razor tabtitle="Index.razor" %}
292292

293293
@using Syncfusion.Blazor.Grids
294294
@using Syncfusion.Blazor.Data
@@ -306,7 +306,7 @@ This behavior is enabled by setting the [Offline](https://help.syncfusion.com/cr
306306

307307
{% endhighlight %}
308308

309-
{% highlight c# tabtitle="GridController.cs"%}
309+
{% highlight c# tabtitle="GridController.cs" %}
310310

311311
using Microsoft.AspNetCore.Mvc;
312312
using Syncfusion.Blazor.Data;

0 commit comments

Comments
 (0)