Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|improve this question
1  
Why are you not using the AdvancedDataGrid which provides this functionality? – Reboog711 Jun 14 '11 at 15:45
We are using the DataGrid for performance reasons - the app is highly optimised and one requirement is to keep on using the DataGrid (not the ADG) - unfortunately. So I am looking for a solution using the Datagrid. – Mark Jun 15 '11 at 8:53

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.