I didn't look at your code, but FWIW, I would create a virtual
ICollectionView.

 

________________________________

From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of Jeremy Rottman
Sent: Sunday, September 16, 2007 8:21 PM
To: [email protected]
Subject: [flexcoders] Re: Dynamic Array Object Keys

 

What I mean by array objects, is basically making dynamic identifiers
in an associative array. However, I got this worked out.

The issue at hand is. I am creating dynamic datagrid columns. The data
for these columns are in two arrays. The first array holds the data
for hte column headers. And the second holds the data for the rows
with in the datagrid.

I am trying to defy how a normal datagrid works. Instead of having the
data for each column be in the same array index. I am trying to do it
where Column 1, has an array of items, and it only these rows in
Column 1 are affected by these items. Column 2 has, has an array of
items, and it only these rows in Column 2 are affected by these items.
And so on.

Here is a link to what my current build looks and acts like. I do have
view source on. Any help with figuring this out would be greatly
appreciated.
http://demo.elguapodev.com/test4.html
<http://demo.elguapodev.com/test4.html> 

 

Reply via email to