This is a stupid question I know but how do I get both Horizontal and Vertical lines for each grid row/column.
I tried toggling the WebGrid.DisplayLayout.GridLinesDefault property to "Both" and "Vertical" but neither accomplished this.
What property do I need to set?
I found out what the problem was. There was a SkinID being applied to the grid which was overriding whatever I was setting in the properties. I created a new Skin for my grid.
Not sure I follow? I'm not explicitely setting any band properties. Which band property (or properties) should I check?
Check that you aren't removing the grid lines on the band level.