Search Results: "Enter your URL" "Advanced" "Short URL Bookmarklet" cima

Data Source Examples

Guides

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

Guides

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

Guides

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

Guides

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

Data Binding

Guides

to a remote OLAP server CustomStore - allows you to implement your own data access logic PivotGrid accepts a PivotGridDataSource instance or a PivotGridDataSource configuration object. The instance... source with the data lifetime equaling the lifetime of your application. An ArrayStore is created from an array of plain objects. The code snippet below illustrates the minimal configuration