0 Replies Latest reply on May 28, 2015 4:35 AM by prasad.pokuri

    onRowClick is not working under <rich:extendedDataTable />

    prasad.pokuri


      Hi,

       

      onRowClick event of <a4j:support /> tag is not working behaving as expected under <rich:extendedDataTable/>

       

      When user selects the multiple records and click on dispaly, there is another service which will display the records on the screen. Before the records gets opened by other service, if we try to select the records and click on display the selected row is not capturing to javascript. In js method we are framing the document ids of each row and passing to display service.

       

      Is there any way to restrict not to select any row till entire process gets completed? Any help is appreciated.