1 Reply Latest reply on Apr 7, 2011 7:55 PM by anonyin

    <rich:dataGrid border

    anonyin

      I am using the following code to remove the border for the rich:dataGrid cells but it is also effecting the other rich:dataTables in the same page and the included pages.

       

      Is there anyway to localize this style customization only to rich:dataGrid not effecting the other rich:dataTables. ?

       

       

                                <style>

                                  .rich-table, .rich-table-header,.rich-table-headercell, .rich-table-cell,

                                    .rich-subtable-cell, .rich-table-footercell, .rich-subtable-footercell {

                                        border-width:0px;

                                  }

                              </style>

       

       

      Thanks

      Kiran.