Aggregate in Angular Grid component
6 Sep 20221 minute to read
Customizing the aggregate root element
Use the below CSS to customize the Grid aggregate root elements
.e-grid .e-gridfooter {
background-color: #deecf9;
}
Customizing the aggregate cell elements
Using this CSS, you can customize the Grid summary row cell elements.
.e-grid .e-summaryrow .e-summarycell {
background-color: #deecf9;
}