Hi Paulo P,
Thank you for
reaching out to us regarding customizing the thickness and color of grid lines
when using "GridLines = GridLine.Both". We have a solution for you,
you can use the following CSS to change the color of the grid lines. Please
refer to the attached code snippet and sample & sample output for your reference.
<style>
.e-grid .e-gridheader, .e-grid .e-headercell,
.e-grid .e-rowcell, .e-grid {
border-color: orange;
border-style:solid;
border-width:2px
!important;
}
</style>
|
Kindly get back to
us if you have further queries.
Regards,
Balamurugan L
Attachment:
DataGridLine_d77933fd_28133969.zip