File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff 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" />
You can’t perform that action at this time.
0 commit comments