Search results

Toolbar in JavaScript (ES5) Grid control

06 Jun 2023 / 1 minute to read

Customizing the toolbar root element

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

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

Customizing the toolbar button element

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

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