[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,

Re: [flexcoders] Populating values in datagrid from arrays

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

RE: [flexcoders] Populating values in datagrid from arrays

2005-10-03 Thread Parekh, Shweta - BLS CTR
2005 3:06 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Populating values in datagrid from arraysTry casting the result to an Array ... myArray= mx.utils.ArrayUtil.toArray(event.result);It worked for me in a similar case ... "Parekh, Shweta - BLS CTR" To: "'

RE: [flexcoders] Populating values in datagrid from arrays

2005-10-03 Thread Tracy Spratt
- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Parekh, Shweta - BLS CTR 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

RE: [flexcoders] Populating values in datagrid from arrays

2005-10-03 Thread Kelly Roman
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 from arrays Hi

RE: [flexcoders] Populating values in datagrid from arrays

2005-10-03 Thread Tracy Spratt
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