Search Results: "Enter your URL" "Advanced" "Short URL Bookmarklet" cima
- All Results 744
- Guides 308
- Reference 436
- Technical Demos
- Support Center
Web API Service
createStore method. jQuery index.js $(function() { const serviceUrl = "https://url/to/my/service"; $("#chartContainer").dxChart({ dataSource: DevExpress.data.AspNet.createStore...() { const serviceUrl = "https://url/to/my/service"; this.store = createStore({ key: 'ID', loadUrl: serviceUrl + "/GetAction" }); } } import
Web API Service
createStore method. jQuery index.js $(function() { const serviceUrl = "https://url/to/my/service"; $("#funnelContainer").dxFunnel({ dataSource: DevExpress.data.AspNet.createStore...() { const serviceUrl = "https://url/to/my/service"; this.store = createStore({ key: 'ID', loadUrl: serviceUrl + "/GetAction" }); } } import
Web API Service
createStore method. jQuery index.js $(function() { const serviceUrl = "https://url/to/my/service"; $("#pieChartContainer").dxPieChart({ dataSource...; constructor() { const serviceUrl = "https://url/to/my/service"; this.store = createStore({ key: 'ID', loadUrl: serviceUrl + "/GetAction
OData Service
: 'odata', url: 'https://www.example.com/dataservices/odata/targetData', key: ['from', 'to'] }, paginate: false...: ['./app.component.css'] }) export class AppComponent { sankeyDataSource = new DataSource({ store: { type: 'odata', url: 'https://www.example.com/dataservices/odata/targetData
Web API Service
client-side createStore method: jQuery index.js $(function() { const serviceUrl = "https://url/to/my/service"; $("#sankeyContainer").dxSankey({ dataSource...: CustomStore; constructor() { const serviceUrl = "https://url/to/my/service"; this.store = createStore({ key: ['from', 'to'], loadUrl: serviceUrl + "/GetAction