Tool bar in Angular Grid component
6 Sep 20221 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;
}