Style and Appearance
24 Feb 20221 minute to read
To modify the Grid appearance, you need to override the default CSS of grid. Please find the CSS structure that can be used to modify the Grid appearance. Also, you have an option to create your own custom theme for all the JavaScript controls using our Theme Studio
.
Customizing the Grid root element
Use the below CSS to customize the Grid root element.
.e-grid {
font-family: cursive;
}