Search Results: "Enter your URL" "Advanced" "Short URL Bookmarklet" cima
- All Results 744
- Guides 308
- Reference 436
- Technical Demos
- Support Center
OData
To access an OData service, implement the ODataStore: specify the url of an OData entity collection, the key property, and the OData version. You can also handle data-related events: jQuery index.js $(function() { var productsStore = new DevExpress.data.ODataStore({ url: "https://js.devexpress.com/Demos/DevAV/odata/Products", key: "Product_ID", version: 3
Data Source Examples
utility object to register your own key type. JavaScript DevExpress.data.utils.odata.keyConverters["MyType"] = function(value) { return value + "MT"; //returns an URL component for 'value' }; Edm... for consuming data APIs. The DevExtreme data layer provides a special Store implementation to access OData web services (ODataStore). Use ODataStore to access one OData entity specified by the URL
Predefined Themes
Export pop-up dialog. Enter the color swatch's name, check the Save as a color swatch checkbox, and proceed to the last step. Click Download CSS File to save a CSS file on your computer. Move... created your own theme, place it in the public folder. index.html <head> <link rel="dx-theme" data-theme="material.blue.light" href="<%= BASE_URL %>dx.material.blue.light.css" data
A Request Error Occurs After Filtering or Searching
This topic addresses multiple request errors that may occur in your application. To check an error code, follow the steps below: Obtain a URL link generated by the problematic data query in the browser network tab. Paste the URL in a new browser tab. Enable exceptions on the server to see a detailed error message. In ASP.NET, you can obtain an exception call stack. Refer to the following help
Getting Started with TextBox
is a component that allows users to enter and edit a single line of text. This tutorial shows how to add a TextBox to your application and configure its core features. Each section in this tutorial...jQuery NOTE Before you start the tutorial, ensure DevExtreme is installed in your application. Angular NOTE Before you start the tutorial, ensure DevExtreme is installed in your application