Skip to content

Commit 3da2b9d

Browse files
994112: Updated the UG content and samples for Blazor DataManger Component
1 parent d3fbdea commit 3da2b9d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

blazor/data/how-to/offline-mode.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,7 @@ Enabling the `Offline` property modifies the behavior of the `DataManager` compo
3131
@using Syncfusion.Blazor.Grids
3232
3333
<SfGrid TValue="EmployeeData" ID="Grid" AllowPaging="true">
34-
<SfDataManager
35-
Url="https://services.odata.org/Northwind/Northwind.svc/Orders"
36-
Adaptor="Adaptors.ODataAdaptor"
37-
Offline="true">
38-
</SfDataManager>
34+
<SfDataManager Url="https://services.odata.org/Northwind/Northwind.svc/Orders" Adaptor="Adaptors.ODataAdaptor" Offline="true"></SfDataManager>
3935
<GridColumns>
4036
<GridColumn Field="@nameof(EmployeeData.OrderID)" HeaderText="Order ID" Width="120" TextAlign="TextAlign.Center" />
4137
<GridColumn Field="@nameof(EmployeeData.CustomerID)" HeaderText="Customer Name" Width="130" TextAlign="TextAlign.Center" />

0 commit comments

Comments
 (0)