Aggregate in Vue Grid component

16 Mar 20231 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;
}