4 Replies Latest reply on Apr 12, 2016 5:52 AM by shomyj

    rich:extendedDataTable - onRowClick to fire first before any button action

    shomyj

      We are having rich:extendedDataTable with onRowClick event as below.

       

      <rich:extendedDataTable id="abcd"

                             width="100%" border="0" var="row"

                             rowIndexVar="index"

                             value="#{bean.value}"

                             onRowClick="PwdButtonClick();">

       

      In one of the columns there is a button and action is attached to the button.

       

      On click of this button, we always want to fire button action after completing the onRowClick of the row.

       

      Is there any way to do it rather than adding requestdelay?