I need to implement a datagrid that allows the user to collapse/expand rows when they click on a particular cell. I suppose its similar to the AdvancedDataGrid (but not using the ADG of course :).
As the Flex Datagrid does not support row renderers (but rather column renderers) - I'm not sure how to do this...I'm thinking of some sort of renderer which shows/hides rows but not sure how to do this? Add/remove rows from the dataprovider?
Any ideas would be fantastic.
Thanks Mark