Search Results: if (!this.bundlesReported[script.src]) {

Band Columns

Guides

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

Guides

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

Guides

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

Guides

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

Guides

The DevExtreme Diagram ships with configurable tool panels and menus. The following image highlights these visual elements: To configure Diagram tools, implement the following...