When using a skin like WebBlue, setting the GridLines property does nothing to display the column dividers in the header. How do I make it some there is a visible divider for a user to grab, rather than just relying on them waiting for the cursor to change shape?
--
Stuart
3 Answers, 1 is accepted
0
Accepted
Dimo
Telerik team
answered on 15 Sep 2009, 04:00 PM
Hi Stuart,
The GridLines ASP.NET property uses an obsolete HTML attribute (rules) to control the appearance of tables. However, such obsolete attributes are easily overridden by CSS styles (as in the RadGrid skin), that's why the borders in your case do not appear as expected. I advise you to override the embedded skin with a CSS rule, in order to make the header borders appear: