Provide a Flex itemEditor with dynamic data
June 2nd, 2010
2 comments
When your Flex application needs an editable datagrid, you mostly add some itemEditors or itemRenderers to change the data.
You can find a lot of samples on the web, although it is not always that easy as most of them show.
This post shows a solution when you need an itemEditor that needs data different from the itemEditor its data property.
You can see an example of this blog post behind this link.

Recent Comments