This can be possible using the AdvancedDataGrid. Just like extending the TreeItemRenderer in the example, you need to extend AdvancedDataGridGroupItemRenderer and add the necessary functionality for a check box.
The API are similar like getParentItem(), etc.. Instead of ITreeDataDescriptor for getting the children, you can use IHierarchicalCollectionView(adg.dataProvider).getChildren(). Instead of TreeListData use AdvancedDataGridListData. Some more minor modifications can be required. --- In [email protected], "rudyhamman9" <[EMAIL PROTECTED]> wrote: > > We are evaluating flex 3 as a way to integrate into our dot net front > end aspx pages. Everything looks good, except I have this requirement > for advanceddatagrid. > > I need to be able to do something like this > https://store1.adobe.com/cfusion/communityengine/index.cfm? > event=showdetails&postid=545&loc=en_US&productid=2 except it have to be > in advanceddatagrid. > > Any thoughts would be welcome as we are drawing our eval for flex 3 to > a close. >
