Search Results: if (!this.bundlesReported[script.src]) {
- All Results 769
- Guides 278
- Reference 491
- Technical Demos
- Support Center
Band Columns
Unlike data columns, band columns do not hold any data. Instead, they collect two or more data columns under one column header. To set up this layout, describe the hierarchy of columns directly...
Customize Column Headers
The DataGrid generates column headers based on the names of data fields by default. For example, if a data field is "fullName", the column header text is "Full Name". Specify the columns.caption...
Adaptability
The DataGrid can hide columns and adapt its layout to screens of different sizes. Data from hidden columns is available in adaptive detail rows. A user can click the ellipsis buttons in the adaptive...
Implement a Hierarchical Header Filter
DataGrid supports hierarchical data structures in column headerFilters. This tutorial demonstrates how to implement a hierarchical header filter for a specific column. Configure the Header Filter...
Diagram Tools
The DevExtreme Diagram ships with configurable tool panels and menus. The following image highlights these visual elements: To configure Diagram tools, implement the following...