I am new to flex, and
I need a datagrid, which contains checkbox (4 no’s) without multiple selection. And I also need a text area which should contain the selected checkbox’s label/data.
I tried using arraycollection but I am not getting.
I am new to flex, and I need a datagrid, which contains checkbox (4
Share
You probably want 4 radioButtons (and a radioGroup ). But you can do it with checkboxes.
This will get you started:
You will then need to issue an update event to the datagrid’s dataProvider so that the textArea can be updated as well.
You will also need to have the renderer initially select the correct checkbox as well, when the data is set/updated.