This content has been marked as final. 
    
Show                 7 replies
    
- 
        1. Re: dataGrid borderjmbrasch Sep 28, 2007 9:03 AM (in response to dmitry.demyankov)I used --> border-style: none 
- 
        2. Re: dataGrid borderdmitry.demyankov Oct 1, 2007 2:02 AM (in response to dmitry.demyankov)If I set style="border-style: none;" then the top and left borders are gone, but right and bottom borders are still rendered..
 Settingstyle="border-style: hidden;" leaves only the line between the elements in the grid..
 Am I still missing something?"jmbrasch" wrote: 
 I used --> border-style: none
 Did it remove border completely in your dataGrid?
- 
        3. Re: dataGrid bordersergeysmirnov Oct 1, 2007 2:23 AM (in response to dmitry.demyankov)you miss nothing. This is like CSS works in standard way. table has its own style rules, table cells have own style rules as well. 
- 
        4. Re: dataGrid bordersergeysmirnov Oct 1, 2007 2:28 AM (in response to dmitry.demyankov)something helpful: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=115080 
- 
        5. Re: dataGrid borderdmitry.demyankov Oct 1, 2007 2:37 AM (in response to dmitry.demyankov)Thanks for the link, adding this helped .rich-table, .rich-table-header,.rich-table-headercell, .rich-table-cell, .rich-subtable-cell, .rich-table-footercell, .rich-subtable-footercell { border-width:0px; }
 But still - shouldn't border="0" remove the border?
- 
        6. Re: dataGrid bordersergeysmirnov Oct 1, 2007 2:54 AM (in response to dmitry.demyankov)"dmitry.demyankov" wrote: 
 But still - shouldn't border="0" remove the border?
 No. border attribute and css have different meaning.
 Try add border-width:1px style for table and td for the pure html table (not component) and then say border="0". Does the border disappear?
- 
        7. Re: dataGrid borderdmitry.demyankov Oct 1, 2007 3:00 AM (in response to dmitry.demyankov)I see.. thanks for your help! 
 
     
    