Hi Daniel,
Greetings from Syncfusion support.
From your query, we suspect that you want to remove vertical gridlines from the
grid header. We suggest you to include the below CSS style in your project to
overcome the reported issue at your end. We have attached the code snippet and
sample for your reference.
<style>
.e-grid.e-default.e-bothlines
.e-headercell, .e-grid.e-default.e-bothlines .e-detailheadercell {
border-width: 0px
0px 0px 0px;
}
</style>
|
Please get back to us, if you have any further queries.
Regards,
Sarvesh
Attachment:
SfGridVerticalLine_58d98a6c.zip