Search Results: if (!this.bundlesReported[script.src]) {
- All Results 769
- Guides 278
- Reference 491
- Technical Demos
- Support Center
Client-Side Exporting and Printing
Although DevExtreme data visualization UI components can be displayed on any device, a user may need a UI component printed or in the form of a document. For these cases, the UI components provide...
Formats
"extendedImage" String or Object ({ src: String, width: Number, height: Number, alt: String }) "variable" Object ({ value: String, escapeChar: String | Array<String>
Client-Side Exporting and Printing
Although DevExtreme data visualization UI components can be displayed on any device, a user may need a UI component printed or in the form of a document. For these cases, the UI components provide...
Client-Side Exporting and Printing
User Interaction To export or print the UI component, a user clicks Exporting/Printing and selects a command from the drop-down menu. The Print command opens the browser's Print window. This window...
Paging
Paging improves the UI component's performance on large datasets because it renders rows by pages instead of rendering them at once. To enable paging, set the paging.enabled property to true. Use the...