Search Results: "Enter your URL" "Advanced" "Short URL Bookmarklet" cima

3rd-Party Frameworks Integration API

Guides

: function(e){ alert("An item is clicked!"); } }) Alternatively, you can use the "on()" method. instance.on("itemClick", function(e){ alert("An item is clicked!"); }) Advanced

Specify a Header for the Request

Guides

: { YourHeaderName: "YourHeaderValue" } }); }); Angular app.component.htmlapp.component.tsapp.module.ts <dx-file-uploader> <!-- ... --> [uploadHeaders]="{ YourHeaderName: 'YourHeaderValue' }" </dx-file-uploader> import { Component } from '@angular/core'; @Component({ selector: 'app-root', templateUrl: './app.component.html', styleUrls

Sorting

Guides

NOTE This article operates with concepts and terms that were introduced earlier. Before you start acquainting yourself with this topic, make sure you are familiar with PivotGrid basics described in the Visual Elements and Fields and Areas articles. In PivotGrid, sorting means ordering of column and row fields. By default, they are ordered from A to Z (strings), from smallest to largest (numbers

Timetable

Guides

#yourSchedulerID .dx-scheduler-cell-sizes-horizontal { width: 200px; } #yourSchedulerID .dx-scheduler-cell-sizes-vertical { height: 200px; } jQuery Use DOM manipulation methods to combine the HTML

Overview

Guides

DateBox is a UI component that helps users enter or modify date and time values. In this overview, you can find a map of DateBox elements, information about key features, and what to explore next. Elements Date display format Input buttons Format and UI type Today button Apply button Cancel button Key Features Customization Set the DateBox type to date, time, or both. You can define