3 Replies Latest reply on May 21, 2011 9:43 AM by ilya_shaikovsky

    Invoking rich:dataGrid using Ajax call

    selfcare

      Hi,

       

      I want to invoke dataGrid using Ajax call.

       

      Below is how am doing..

       

       

      <rich:accordionItem header="Header">
         <rich:panel>

              <h:form>
              <br></br>
             
              <a4j:region renderRegionalOnly="false" >
              <a4j:outputPanel ajaxRendered="true" keepTransient="true" >
              <rich:dataGrid value="#{MyBean.someValues}" var="dummy" columns="3" width="600px">
                  <rich:panel bodyClass="pbody">

       

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

       

      Is my dataGrid really being invoked by Ajax?  Since my data in dataGrid is less in content, and my dataGrid is being displayed is less amout of time,

       

      I am suspecting whether it is really getting loaded by Ajax or through rich:accordion.

       

       

      Regards,