Search Results: "Zanechat komentář" "URL internetov%E9 str%E1nky" 00webhost
- All Results 259
- Guides 82
- Reference 177
- Technical Demos
- Support Center
dxRangeSelector background image
You can display an image as the background of a range selector instead of the default color. Set the image's URL and location using the corresponding properties of the image object to do... of the background configuration object to do this. url Specifies the image's URL.
XmlaStore Configuration
beforeSend Specifies a function that customizes the request before it is sent to the server. jQuery JavaScript var store = new DevExpress.data.XmlaStore({ url: "https://my-web-srv01/OLAP... PivotGridDataSource({ // ... store: new XmlaStore({ url: "https://my-web-srv01/OLAP/msmdpump.dll", catalog: "AdventureWorksDW2012", cube
ODataStore
jQuery JavaScript var store = new DevExpress.data.ODataStore({ url: "http://www.example.com/Northwind.svc/Products", key: "ProductID", keyType: "Int32", // Other ODataStore properties go here }); // ===== or inside the DataSource ===== var dataSource = new DevExpress.data.DataSource({ store: { type: "odata", url: "http://www.example.com/Northwind.svc/Products
dxDataGrid stateStoring
; var storageRequestSettings = { url: "https://url/to/your/storage/" + JSON.stringify(storageKey), headers: { "Accept" : "text/html", "Content-Type" : "text/html.../operator/catch"; // ... export class AppComponent { constructor(private httpClient: HttpClient) { } sendStorageRequest = (storageKey, dataType, method, data) => { let url
dxPivotGrid stateStoring
= { url: "https://url/to/your/storage/" + JSON.stringify(storageKey), headers: { "Accept" : "text/html", "Content-Type" : "text/html" }, method: method... class AppComponent { constructor(private httpClient: HttpClient) { } sendStorageRequest = (storageKey, dataType, method, data) => { let url = "https://url/to/your/storage