Your style sets the bottom border, but that means that the left is still "unbroken" and continues all the way down through the grid.
I would like to insert a spacer between rows, so that the left border is not part of the "spaced space". :o)
Not sure if I am making myself clear, but compare the attached grid-margin2.jpg with the previously posted grid-margin.jpg image, and I think you get the idea :-)
Thanks,
Jeppe
0
Dimo
Telerik team
answered on 12 Oct 2009, 01:01 PM
Hi Jeppe,
If I understand you correctly, what you want to achieve is not possible. You can use CellSpacing, but this will insert spacing between columns as well, not just rows.
At any rate, if you know how to achieve the required layout with an ordinary asp:Table (or simply a <table> element), I will show you how to do it with RadGrid.