RE: [flexcoders] Populating values in datagrid from arrays

2005-10-03 Thread Tracy Spratt
PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Populating values in datagrid from arrays   The problem is that when your getdata() function executes you set specdata_arr equal to a single value instead of an array then you repeat that step 4 times.   Also, unless your array has a

RE: [flexcoders] Populating values in datagrid from arrays

2005-10-03 Thread Kelly Roman
even if you set it correctly.       From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Parekh, Shweta - BLS CTR Sent: Monday, October 03, 2005 4:53 PM To: 'flexcoders@yahoogroups.com' Subject: RE: [flexcoders] Populating values in datagrid f

RE: [flexcoders] Populating values in datagrid from arrays

2005-10-03 Thread Tracy Spratt
Sent: Monday, October 03, 2005 2:19 PM To: 'flexcoders@yahoogroups.com' Subject: [flexcoders] Populating values in datagrid from arrays Hi, I am having problem populating values in my datagrid. From my mxml, I make a remote call to my controller which returns an array of ItemVOs. Item

RE: [flexcoders] Populating values in datagrid from arrays

2005-10-03 Thread Parekh, Shweta - BLS CTR
    To: "'flexcoders@yahoogroups.com'"   <[EMAIL PROTECTED]>   cc:                  Sent by:   

Re: [flexcoders] Populating values in datagrid from arrays

2005-10-03 Thread Oscar . Cortes
t;[EMAIL PROTECTED]> cc: Sent by: Subject: [flexcoders] Populating values in datagrid from arrays flexcoders@yahoogroups.com

[flexcoders] Populating values in datagrid from arrays

2005-10-03 Thread Parekh, Shweta - BLS CTR
Hi, I am having problem populating values in my datagrid. From my mxml, I make a remote call to my controller which returns an array of ItemVOs. ItemVO has one-dimensional integer array, containing values for columns in each row in the datagrid. i.e. if my int array in ItemVO1 contains values 1,