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

Specify a file's GUID

Guides

Use the valueChanged event to generate a unique identifier (GUID) for a file before it is uploaded and pass it as a parameter to the upload URL. View on GitHub jQuery...://js.devexpress.com/Demos/NetCore/FileUploader/Upload", onValueChanged: function (e) { var url = e.component.option("uploadUrl"); url = updateQueryStringParameter(url

dxRangeSelector background image

Reference
Specifies image properties.

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

Reference
This section describes properties that configure the XmlaStore.

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

A Request Error Occurs After Filtering or Searching

Guides

This topic addresses multiple request errors that may occur in your application. To check an error code, follow the steps below: Obtain a URL link generated by the problematic data query in the browser network tab. Paste the URL in a new browser tab. Enable exceptions on the server to see a detailed error message. In ASP.NET, you can obtain an exception call stack. Refer to the following help

ODataStore

Reference
The ODataStore is a store that provides an interface for loading and editing data from an individual OData entity collection and handling related events.

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