Tool bar in EJ2 JavaScript Grid control
13 Apr 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;
}