Hi Hartmut,
Greetings from Syncfusion.
Query: “works for most of the header, but the leftmost
column, which shows the ">" icon in the grid rows, is left blank
in the header. How can I style this cell.”
We suggest you to use the (.e-detailheadercell) class
to style the detail header cell. Kindly check the below code snippet for your
reference.
<style>
.e-grid
.e-headercell, .e-grid
.e-detailheadercell {
background-color: grey;
}
.e-headercell {
color: white;
font-size: 1.5rem;
font-weight: bold;
}
</style>
|
Please let us know if you have any concerns.
Regards,
Monisha