Tool bar in Vue Grid component

16 Mar 20231 minute to read

Customizing the toolbar root element

Use the below CSS to customize the Grid toolbar root element.


.e-grid .e-toolbar-items {
    background-color: #deecf9;
}

Customizing the toolbar button element

Use the below CSS to customize the Grid toolbar button element.


.e-grid .e-toolbar .e-btn {
    background-color: #deecf9;
}