Search Results: "Enter your URL" "Advanced" "Short URL Bookmarklet" cima
- All Results 744
- Guides 308
- Reference 436
- Technical Demos
- Support Center
3rd-Party Frameworks Integration API
: 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
: { 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
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
#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
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