[flexcoders] DataGrid - Properties as Lines and Items as Columns

2008-12-19 Thread Saulo Brust
Hey FlexCoders, How can I invert the behavior of DataGrid component, so that properties are lines and items are columns? Thanks a lot, Saulo

Re: [flexcoders] DataGrid - Properties as Lines and Items as Columns

2008-12-19 Thread Manish Jethani
On Fri, Dec 19, 2008 at 10:15 PM, Saulo Brust sa...@brust.com.br wrote: How can I invert the behavior of DataGrid component, so that properties are lines and items are columns? You have data like this: Name, City, Zip Manish, Copenhagen, 129813 Tom, San Francisco, 89126 You want to make

[flexcoders] Datagrid properties

2006-07-25 Thread Rick Root
Hi, I'm new to Flex, and I'm trying to pass an array to a web service based on the contents of a datagrid. so my idea was to loop over the items in the datagrid to construct the array, but I'm entirely unsure how to do that. The Datagrid documentation doesn't seem to list length as a

Re: [flexcoders] Datagrid properties

2006-07-25 Thread Rob Rusher
selectedItems is an array of references to the selected items in the data provider.dataGrid.selectedItemsReagards,RobOn 7/25/06, Rick Root [EMAIL PROTECTED] wrote: Hi, I'm new to Flex, and I'm trying to pass an array to a web service based on the contents