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
ODataContext
This object creates several ODataStore instances. Each instance accesses an individual entity collection. jQuery JavaScript var context = new DevExpress.data.ODataContext({ url: "http..."; // ... export class AppComponent { context: ODataContext; constructor () { this.context = new ODataContext({ url: "http://www.example.com/Northwind.svc