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

dxHtmlEditor variables

Reference
Configures variables that are placeholders for values created once text is processed.

: View on GitHub dataSource Specifies a collection of variables available for a user. The following list shows how to specify the dataSource property depending on your data source: Data Array Assign the array to the dataSource property. Read-Only Data in JSON Format Set the dataSource property to the URL of a JSON file or service that returns JSON data. OData Implement an ODataStore

dxChart Configuration

Reference
This section describes properties that configure the contents, behavior and appearance of the Chart UI component.

", text: "Annotation text" }, { type: "image", image: "http://image/url/myimage.png" }, { type: "custom", template: function..." text="Annotation text"> </dxi-annotation> <dxi-annotation type="image" image="http://image/url/myimage.png"> </dxi-annotation> <dxi

dxHtmlEditor Configuration

Reference
This section describes properties that configure the HtmlEditor UI component's contents, behavior, and appearance.

include the active state change for UI components. allowSoftLineBreak Allows users to break content into multiple lines within a single block element. The Shift + Enter key combination generates the new... the visibility of tabs in the 'Add Image' dialog. NOTE If fileUploadMode is set to server or both, specify uploadDirectory to correctly upload images. If your application does not include a shared folder

CustomStore Configuration

Reference
This section describes properties that configure the CustomStore.

to decrease the number of data requests. On the downside, cached data and data in your source may become out of sync. If keeping them synchronized is crucial in your scenario, disable data caching...: function (values) { return $.ajax({ url: "http://mydomain.com/MyDataService/myEntity", method: "POST", data: values }) } }); Angular TypeScript

Basics

Guides

the URL or Payload tab. Check what data your server sent back to the client in the Preview or Response tab. If the request does not display skip and take parameters, make sure... at once. Solution Check request parameters and data that DataGrid receives from the server: Open your browser's DevTools and navigate to the Network tab. Reload the page. Review the request list