2 Replies Latest reply on Mar 4, 2010 4:46 AM by tracycc

    Remove the border of rich:dataGrid

      There is a problem that when I can't remove the border of the rich:dataGrid
      How can I remove all the border in rich:dataGrid?
      I have tried to add style on the rich:dataGrid,but it does not work
      style="border-top:0px;border-bottom:0px;border-left:0px;border-right:0px;"
      Thanks in advance!

       

      <rich:dataGrid value="#{dataTableScrollerBean.allCars}" var="car" columns="4" elements="4" width="600px">
           <h:outputText value="cc"/>
      </rich:dataGrid>