Hi,

In java i am returning multiple row as streambuffer, in flex i am getting it
as
      regno   Name       mark
      100     Shankar    145
      101     Manoj        154
i am gettinh this in array after that i am drop in arraycollection.

var ar:Array= event.result.valueof().tostring.split('  ');
var ac:ArrayCollection(ar)

mydatagrid.dataprovider=ac;

Finally i am getting the result as

Regno              Name                Mark

100                   100                  100

Shanakar          Shanakar          Shanakar

145                 145                    145

101                 101                     101

Manoj               Manoj                Manoj


154                 154                     154


wat wrong in this. Pls Help.Thanks in Advance.

-- 
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.

Reply via email to