Search Results: "Zanechat komentář" "URL internetov%E9 str%E1nky" 00webhost
- All Results 259
- Guides 82
- Reference 177
- Technical Demos
- Support Center
Basics
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
", 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
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
The following built-in shape types are available in the Diagram UI component: General Group Texttext rectangle ellipse cross triangle diamond heart ...
Data Binding
is sufficient to provide data for PivotGrid using an ODataStore. JavaScriptvar pivotGridDataSource = { store: { type: 'odata', url: 'http://url/to/the/source' } }; An ODataStore has