Skip to content

889696: Change the service link for Core and MVC documentation.. #3145

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
}
var dataManager = new ej.data.DataManager({
url: 'https://services.syncfusion.com/js/production/api/orders',
url: 'https://services.syncfusion.com/aspnet/production/api/orders',
adaptor: new SerialNoAdaptor()
});
var query = new ej.data.Query();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
}
var dataManager = new ej.data.DataManager({
url: 'https://services.syncfusion.com/js/production/api/orders',
url: 'https://services.syncfusion.com/aspnet/production/api/orders',
adaptor: new SerialNoAdaptor()
});
var query = new ej.data.Query();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<script>
var dataManager = new ej.data.DataManager({
url: 'https://services.syncfusion.com/js/production/api/orders',
url: 'https://services.syncfusion.com/aspnet/production/api/orders',
adaptor: new ej.data.ODataAdaptor(),
offline: true
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<e-chart-primaryxaxis valueType="@Syncfusion.EJ2.Charts.ValueType.Category"></e-chart-primaryxaxis>
<e-series-collection>
<e-series xName="CustomerID" yName="Freight" type="@Syncfusion.EJ2.Charts.ChartSeriesType.Column" query="new ej.data.Query()">
<e-data-manager url="https://services.syncfusion.com/js/production/api/orders" adaptor="ODataAdaptor" offline="true"></e-data-manager>
<e-data-manager url="https://services.syncfusion.com/aspnet/production/api/orders" adaptor="ODataAdaptor" offline="true"></e-data-manager>
</e-series>
</e-series-collection>
</ejs-chart>
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<script>
var dataManager = new ej.data.DataManager({
url: 'https://services.syncfusion.com/js/production/api/orders',
url: 'https://services.syncfusion.com/aspnet/production/api/orders',
adaptor: new ej.data.WebApiAdaptor()
});
var query = new ej.data.Query();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<e-chart-primaryxaxis valueType="@Syncfusion.EJ2.Charts.ValueType.Category"></e-chart-primaryxaxis>
<e-series-collection>
<e-series xName="CustomerID" yName="Freight" type="@Syncfusion.EJ2.Charts.ChartSeriesType.Column" query="new ej.data.Query()">
<e-data-manager url="https://services.syncfusion.com/js/production/api/orders" adaptor="WebApiAdaptor"></e-data-manager>
<e-data-manager url="https://services.syncfusion.com/aspnet/production/api/orders" adaptor="WebApiAdaptor"></e-data-manager>
</e-series>
</e-series-collection>
</ejs-chart>