Search Results: if (!this.bundlesReported[script.src]) {
- All Results 769
- Guides 278
- Reference 491
- Technical Demos
- Support Center
Gantt Elements
This section describes the Gantt UI component's UI elements and lists the main members that affect their appearance and functionality. Task A task is a scheduled event. On the Gantt chart, a...
Customize Item Appearance
', displayExpr: 'name', itemTemplate: function (itemData, itemIndex, itemElement) { return $("<div />").append( $("<img />").attr("src...="lookupItem"> <div *dxTemplate="let item of 'lookupItem'; let i = index"> <img src="{{item.imgSrc}}"/> <div style="display:inline-block
Cell Overflow Indicator
When the limit of full-sized appointments per cell is exceeded, cells display overflow indicators. Users can click these indicators to display remaining appointments in a tooltip. Depending on the...
Components Testing
" /> <title>Test DataGrid</title> <head> <script src="https://code.jquery.com/qunit/qunit-2.16.0.js"></script> <script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous" ></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/devextreme/21.1.4/js
ThemeBuilder
The ThemeBuilder allows you to create custom themes based on Bootstrap or predefined DevExtreme themes. It consists of a UI version (illustrated below) and a command-line interface...