I've searched and found a few suggestions on how to do this, but none of them seem to work for me.
Here's what I've tried in the CellFormatting event:
e.CellElement.DrawBorder = False
e.CellElement.BorderWidth = 0
e.CellElement.BorderBottomWidth = 0
e.CellElement.BorderTopWidth = 0
e.CellElement.BorderLeftWidth = 0
e.CellElement.BorderRightWidth = 0
and I'm still seeing a horizontal line between rows:
Clearly I'm not doing the right thing, can someone please point me in the right direction?
Thanks!