Search results

Aggregate in JavaScript (ES5) Grid control

08 May 2023 / 1 minute to read

Customizing the aggregate root element

Use the below CSS to customize the Grid aggregate root elements

Copied to clipboard
.e-grid .e-gridfooter {
    background-color: #deecf9;
}

Customizing the aggregate cell elements

Using this CSS, you can customize the Grid summary row cell elements.

Copied to clipboard
.e-grid .e-summaryrow .e-summarycell {
    background-color: #deecf9;
}