There is a provision for VerticalGridlinesBrush, similarly is there any provision for HorizontalGridlinesBrush??
How do I change horizontal line color
1 Answer, 1 is accepted
0
Kalin Milanov
Telerik team
answered on 21 Jul 2009, 04:14 PM
Hello Toshendra,
In 2009.Q2 release we have redone the implementation of the grid lines. Thus the VerticalGridLines* properties are no longer valid and will be removed from the grid. You can use the GridLinesVisibility property to select which grid lines to appear and which not to.
Now if you want to change their color / thickness etc. you will need to edit the template of the cell and set the properties you need.
Let me know if you need any further assistance with that.