FLEX: Datagrid, how to select an item given my data attribute values

Posted by Patrick on Stack Overflow See other posts from Stack Overflow or by Patrick
Published on 2010-05-06T13:38:00Z Indexed on 2010/05/06 15:18 UTC
Read the original article Hit count: 97

Filed under:

hi,

I'm using a custom component CheckBoxList DataGrid (http://blogs.adobe.com/aharui/2008/02/checkbox_selection_in_datagrid.html) and as dataProvider I have an ArrayCollection with items such this one:

name="item name" selected="true"

I would like the CheckBox list updated when the selected attribute is set to false or true in the data model.

thanks

© Stack Overflow or respective owner

Related posts about flex