Charlie Key writes an intresting article about Nested Data in Flex DataGrid by Extending DataGridColumn. He writes:
«There are several technologies that I use on a very regular basis, among these are XML and Flex - which shouldn't come as a surprise to anyone. And anyone who has played with Flex a good deal knows that outputting nested XML or object data to a DataGrid isn't as easy as it should be. So today I am going to show off some code to make this much easier. »
Read the full version of this article on the Switch On the Code site.
Track back from
Thanks for the link!
I favourite one is jQuery
I would also recommend
Good collection. Especially
Once you've read Martin
Thanks, It worked .
Really
thanx but actually i need a
please send me the tutorial
This tutorial is a really
Thanks for the tip. I recently made another solution by extending DataGrid instead of DataGridColumn. It supports traditional nested object properties like dataField="object1.object2.object3.property", and it supports nested object properties like dataField="object1.objectList1[2].object3.objectList2[1].property". Feel free to check it out at http://nateross.wordpress.com/2008/10/11/nested-data-grid/