Hi Brian,
Thanks for contacting Syncfusion’s support.
We have analyzed your query, you can customize the filterbar row’s background color and control the filterbar’s input alignment by adjusting padding of the cell element. Please refer to the below style to achieve your requirement.
<style type="text/css">
.e-grid .e-filterbarcell{
/*Set the background-color for the filterbar row*/
background-color: antiquewhite;
/*adjust the alignment of input*/
padding-left: 6px;
padding-right: 6px;
}
</style> |
And also refer the following kb to know more about to change the grid appearance.
Regards,
Saravanan A.