Search Results: "Enter your URL" "Advanced" "Short URL Bookmarklet" cima
- All Results 744
- Guides 308
- Reference 436
- Technical Demos
- Support Center
Data Binding
to a remote OLAP server CustomStore - allows you to implement your own data access logic PivotGrid accepts a PivotGridDataSource instance or a PivotGridDataSource configuration object. The instance... source with the data lifetime equaling the lifetime of your application. An ArrayStore is created from an array of plain objects. The code snippet below illustrates the minimal configuration
ThemeBuilder
recommend that you export your theme's metadata. You need it to update your custom theme if you decide to migrate to a future DevExtreme version. If you need more customization options, click Advanced... that configure fonts. NOTE You can use only the fonts that are installed in your OS and browser. Specific UI components or UI component groups - settings used by an individual UI component or UI component
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
dxDataGrid stateStoring
; var storageRequestSettings = { url: "https://url/to/your/storage/" + JSON.stringify(storageKey), headers: { "Accept" : "text/html", "Content-Type" : "text/html... = "https://url/to/your/storage/" + JSON.stringify(storageKey); let req: HttpRequest<any> = new HttpRequest(method, url, { headers: new HttpHeaders({ "Accept": "text
dxTreeList stateStoring
(storageKey, dataType, method, data) { var deferred = new $.Deferred; var storageRequestSettings = { url: "https://url/to/your/storage/" + JSON.stringify(storageKey), headers...) { } sendStorageRequest = (storageKey, dataType, method, data) => { let url = "https://url/to/your/storage/" + JSON.stringify(storageKey); let req: HttpRequest<any> = new HttpRequest(method