This is a migrated thread and some comments may be shown as answers.

how to hide the light gray lines in hierarchy grid?

3 Answers 87 Views
Grid
This is a migrated thread and some comments may be shown as answers.
liliana rojas
Top achievements
Rank 1
liliana rojas asked on 07 Jul 2011, 08:15 PM
Hello telerik, is there any way to hide the light gray lines that appear in a hierarchical grid?

thanks

3 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 08 Jul 2011, 06:17 AM
Hello liliana,

Try setting the AlternatingItemStyle-Backcolor to white.
 aspx:
<telerik:RadGrid  AlternatingItemStyle-BackColor="White">

Thanks,
Shinu

0
liliana rojas
Top achievements
Rank 1
answered on 08 Jul 2011, 06:33 PM
hi thanks for the reply, yes i tried that one and it didnt work, i've tried :

GridLines

="None",

 

AlternatingItemStyle-BackColor="White"

 

<EditItemStyle BorderStyle="None" />,

 

BorderStyle="None"

 

These are the lines:

http://oi56.tinypic.com/2zhmcuf.jpg


any other style i can try?

0
Shinu
Top achievements
Rank 2
answered on 11 Jul 2011, 08:28 AM
Hello liliana,

Try overriding the default CSS like below,
CSS:
<style type="text/css">
div.RadGrid .rgAltRow td
   {
    background-color:Transparent ;
    border-bottom-color:Transparent ;
   }
</style>

Thanks,
Shinu
Tags
Grid
Asked by
liliana rojas
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
liliana rojas
Top achievements
Rank 1
Share this question
or