Hi Jiraphon,
Greetings from Syncfusion.
We suspect that you want to apply background color to Grid rows and header. You can achieve your requirement by using below CSS. Find the below code snippets and documentation for your reference.
|
<style>
.e-grid th.e-headercell {
background-color: bisque;
}
.e-grid tr.e-row.e-altrow {
background-color: bisque;
}
.e-grid tr.e-row.e-row {
background-color: bisque;
}
</style> |
Please let us know if you have any concerns.
Regards,
Rahul