Search Results: for qna runtime test begin qna runtime test query for qna runtime test end
- All Results 453
- Guides 177
- Reference 276
- Technical Demos
- Support Center
Data Layer
of a DataSource. JavaScript dataSource.load() .done(function(result) { // process result }) .fail(function(error) { console.log(error.message); }); Query Concept Besides DataSource and Stores, DevExtreme data layer has one more useful concept named Query. Query is an abstract chainable interface which provides functionality to evaluate data queries. There are several
DevExtreme Modules Structure
; // ===== or ===== import { keyConverters } from "devextreme/data/odata/utils"; query Exposes a data query interface object. Exports: default - The Query interface object. require("data/query"); // ===== or ===== import Query from "devextreme/data/query"; utils Exposes utility objects provided by the DevExtreme data layer. Exports: base64_encode - The base64_encode method. require("data/utils
Application Template
. Configure Themes Switch the Theme NOTE For more information about switching themes, refer to the following help topic: Switch Between Themes at Runtime. You can also refer the following GitHub example... in middleware.js. This function allows you to test your application during development stage without authorization. Remove this function and implement redirects in production version. Create an Empty Application
Component Configuration Syntax
several property changes, wrap them with the beginUpdate() and endUpdate() method calls. This prevents the UI component from being unnecessarily refreshed and from events being raised. Use an object... pass an object to the option(options) method or to the jQuery plugin at runtime as shown in the previous code, properties specified in this object will be merged with the properties that were specified
Item Deletion
property. NOTE If you use a remote data source, the List itself does not delete items from it; it only makes a query to it. It is the data source that is responsible for this query to be correctly processed... was actually deleted from the data source. jQuery If you are going to change the event handlers at runtime, or if you need to attach several handlers to a single event, subscribe to the events using