Hi Mani,
Greetings from Syncfusion support.
Query: “How to change the column border color for frozen columns?”
Based on your query, we could see that you want to customize the frozen table’s border color in the Grid. For this we suggest use below CSS classes to achieved your requirement.
|
.e-grid .e-frozenheader > .e-table,
.e-grid .e-frozencontent > .e-table,
.e-grid .e-frozencontent .e-virtualtable > .e-table,
.e-grid .e-frozenheader .e-virtualtable > .e-table {
border-right-color: blue; // customize the frozen table’s border color as you want
} |
We have prepared a sample based on this for your reference,
Please get back to us if you need further assistance.
Regards,
Praveenkumar G