Search Results: "Zanechat komentář" "URL internetov%E9 str%E1nky" 00webhost

dxPivotGrid Configuration

Reference
This section describes the configuration properties of the PivotGrid UI component.

serviceUrl = "https://url/to/my/service"; $("#pivotGridContainer").dxPivotGrid({ // ... dataSource: new DevExpress.data.PivotGridDataSource({ store...; constructor() { let serviceUrl = "https://url/to/my/service"; this.pivotGridDataSource = new PivotGridDataSource({ store: createStore({ key: "ID

CSS Classes

Reference
This section describes the DevExtreme CSS classes you can use to define the appearance of an element.

of this class must include the real name of the icon. For instance, the "myicon" icon must be defined by the "dx-icon-myicon" class. CSS.dx-icon-myicon { background-image: url(data:image/png

dxScheduler Configuration

Reference
An object defining configuration properties for the UI component.

with the Expr postfix. Data Array Assign the array to the dataSource option. View Demo Read-Only Data in JSON Format Set the dataSource property to the URL of a JSON file or service that returns JSON data... of DevExtreme.AspNet.Data. jQuery JavaScript $(function() { let serviceUrl = "https://url/to/my/service"; $("#schedulerContainer").dxScheduler({ // ... dataSource

dxSelectBox Configuration

Reference
An object defining configuration properties for the SelectBox UI component.

the array to the dataSource option. 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. Web API, PHP...() { let serviceUrl = "https://url/to/my/service"; $("#selectBoxContainer").dxSelectBox({ // ... dataSource: DevExpress.data.AspNet.createStore({ key: "ID

dxTagBox Configuration

Reference
An object defining configuration properties for the TagBox UI component.

option. 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. Web API, PHP, MongoDB Use one... the createStore method to configure access to the server on the client as shown below. This method is part of DevExtreme.AspNet.Data. jQuery JavaScript $(function() { let serviceUrl = "https://url