[flexcoders] Access datagrid items

2006-05-09 Thread Misael
Hi, one doubt: how do i acess a datagrid items? I want to iterate through its items to do many things, such as get some column value specifically at row-level, or send that data through HTTPService. I´ve found no propertie like that, similar to dgBancos.selectedItems, i want something like

Re: [flexcoders] Access datagrid items

2006-05-09 Thread Jeff Tapper
you can iterate over the dataprovider of the datagrid. At 12:00 PM 5/9/2006, you wrote: Hi, one doubt: how do i acess a datagrid items? I want to iterate through its items to do many things, such as get some column value specifically at row-level, or send that data through HTTPService. I´ve

Re: [flexcoders] Access datagrid items

2006-05-09 Thread Misael
that´s where i get into my second question: after I edit a row in the datagrid does it´s corresponding item in the dataprovider get updated too with that same value? On 5/9/06, Jeff Tapper [EMAIL PROTECTED] wrote: you can iterate over the dataprovider of the datagrid. At 12:00 PM 5/9/2006,