Change DataGrid GridLine Color?

  • Thread starter Thread starter Arpan
  • Start date Start date
A

Arpan

How do I change the color of the GridLines in a DataGrid? I don't find
any property to change the GridLines color in a DataGrid. I tried using
HeaderStyle-BorderColor as well as ItemStyle-BorderColor but neither of
them color the GridLines. BorderColor just changes the color of the
outer 4 borders of the DataGrid.

Thanks,

Arpan
 
Back
Top