I’m having difficulty getting checkboxes on only the leaf nodes of a tree.
Before anyone links it, I’ve seen http://www.sephiroth.it/file_detail.php?id=151# and this isn’t exactly what I need. I don’t want a 3-state checkbox system including both branch and leaf.
I understand applying the checkbox item renderer to a data grid but not on a tree.
I’m using Flex Builder 3
Let’s say that we want to put the Checkbox in one of the columns of AdvancedDataGrid. I like using HierarchicalData or HierarchicalCollectionView as my datagrid’s dataProvider:
That should be most of it. Let me know, thanks!