Hi Basil,
Thanks for contacting Syncfusion forum.
Query : Is there will be a change “Color of Grouping on the Data Grid Control” in the e-grid-groupsettings section?
No, we do not any option to change color of group area using grid groupsettings property. Please refer below link.
You can achieve the requirement by using below overriding CSS for required classes.
|
<style>
.e-grid .e-groupdroparea.e-grouped {
background-color: red ;
}
.e-grid .e-groupheadercell {
background-color: coral ;
}
</style> |
Screenshot:
Please get back to us, if you need any further assistance.
Regards,
Thiyagu S