I'm trying to build a datatable where only one item can be selected (e.g.
the correct answer for a question). I currently have a dataTable that holds
all the answers - now I want to add a select box for every Item in the
table.

Does anyone know if there is a component that can render something like
this?

[ ] __item 1___ 
[ ] __item 2___ 
[x] __item 3___ 
[ ] __item 4___ 

Where [ ] is a radio-Button and __ is a textarea. The selectonradio does not
allow textAreas as labels. 

Ideas?!

Thx!
stf
        




Reply via email to