1 Reply Latest reply on Jan 27, 2011 9:52 AM by ilya40umov

    Selecting Radiobuttons in ScrollableDataTable

    murali.chvmk

      Hi All,

       

      I want to select radio button from the set of radio button(commonly its radiobutton group) in richfaces.

       

      sctable.bmp

      Above screenshot there are many radiobutton in ScrollableDataTable. Each column have one radiobutton. I want to select only one radiobutton from the 'Level1' column. Like Level1 column radiobuttons behave like group.

      Is there is any provision to select only one radio button in ScrollableDataTable column? Please suggest me if any ideas.

       

      Thanks in advance.

      Murali

        • 1. Selecting Radiobuttons in ScrollableDataTable
          ilya40umov

          I think that the simplest solution is to do it with JavaScript.(When one radioButton is changing its value it should disable all the other radiobuttons in this column. You can also assign some specific css class to all the radioButtons in column and hence you will be able to use JQuery selector to find all the radioButtons by one call )