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

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

Command Columns

Guides

", icon: "/url/to/my/icon.ico", hint: "My Command", onClick: function (e) { // Execute your command here...="delete"></dxi-button> <dxi-button text="My Command" icon="/url/to/my/icon.ico" hint="My Command" [onClick]="myCommand"> <

Getting Started with PivotGrid

Guides

the XmlaStore to bind the PivotGrid to an OLAP service. To configure the XmlaStore, specify the OLAP service's url, the catalog that contains the OLAP cube to use, and the name of the cube. The following code...", url: "https://demos.devexpress.com/Services/OLAP/msmdpump.dll", catalog: "Adventure Works DW Standard Edition", cube: "Adventure Works

Shape Types

Guides

The following built-in shape types are available in the Diagram UI component: General Group Texttext rectangle ellipse cross triangle diamond heart ...

Data Binding

Guides

is sufficient to provide data for PivotGrid using an ODataStore. JavaScriptvar pivotGridDataSource = { store: { type: 'odata', url: 'http://url/to/the/source' } }; An ODataStore has