Hi,
I have a flex datagrid with 3 columns. The first column contains the image name(unique key). The other two columns have username and size details.
I want to split the username into lastname, firstname, address and some other stuff.
Can we have multiple rows in the grid for one image? Tried multi-line, it works but we need to keep adding spaces and its cumbersome.
Since each row in the flex datagrid is represented by one index in the XMLList which is enumerated, is there a way to have more than one row assigned to one image and shown in the grid? something like this..
Thanks, Vish.