5 Replies Latest reply on Jan 2, 2012 8:31 AM by kh.ramana

    Problem with IE for rich:extendedDataTable

    kh.ramana

      I am using the below code for

       

      <ui:composition template=".......">

      <rich:extendedDataTable id="productLineList"

                                                        value="#{listProductLineBean.productLineList}" var="productLineVar"

                                                        rows="#{listProductLineBean.noOfRecordsPerPage}" frozenColumns="2"

                                                        style="font-size: 12px;width: 1000px; height: 390px;border:0px;padding-bottom:15px;">

      <rich:column>

                          <f:facet name="header">

                              <h:outputText value="#{label.............}" />

                           </f:facet>

           <h:outputText value="..................." />

      </rich:column>

      ...................................

      ..................................

      ...................................

       

      </rich:extendedDataTable>

      </ui:composition>

       

      When i try to drag the Header of this extendedDataTable in IE. The columns are not moving along with the Header. This issue can be seen in the attachment.

       

      But this is working fine in Google Crome,Firefox.

       

      Can any one help me on this.......