Search Results: "Enter your URL" "Advanced" "Short URL Bookmarklet" cima
- All Results 744
- Guides 308
- Reference 436
- Technical Demos
- Support Center
OData Service
({ url: "https://js.devexpress.com/Demos/DevAV/odata/Products", key: "Product_ID" }), valueExpr: "Product_Cost", displayExpr: "Product_Name...-angular"; import ODataStore from "devextreme/data/odata/store"; // ... export class AppComponent { lookupDataSource = new ODataStore({ url: "https://js.devexpress.com/Demos/DevAV/odata
OData Service
({ url: "https://js.devexpress.com/Demos/DevAV/odata/Products", key: "Product_ID" }), valueExpr: "Product_Cost", displayExpr: "Product_Name.../store"; import { DxTagBoxModule } from "devextreme-angular"; // ... export class AppComponent { productsStore: ODataStore = new ODataStore({ url: "https://js.devexpress.com/Demos/DevAV/odata
OData Service
({ store: { type: 'odata', url: 'https://www.example.com/dataservices/odata/targetData', key: 'Id' }, paginate: false...: './app.component.html', styleUrls: ['./app.component.css'] }) export class AppComponent { funnelDataSource = new DataSource({ store: { type: 'odata', url: 'https://www.example.com
OData Service
DevExpress.data.DataSource({ store: { type: 'odata', url: 'https://www.example.com/dataservices/odata/targetData', key: 'Id' }, paginate...: './app.component.html', styleUrls: ['./app.component.css'] }) export class AppComponent { pieChartDataSource = new DataSource({ store: { type: 'odata', url: 'https
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