Hi All,
In my app am using datagrid with three columns. to fill the data in to
datagrid, am
getting the data using remote object and stored data into a Arraycollection
in mxml.
when am displaying the data into a grid it was displaying(repeating same
data) in all the three
columns.
how to display the data within the respective fields.
I have used column1.dataField="{lis.getItemIndex(1).toString()}" like this
to
display the content of field in first column but it was not displaying
anything.
can anyone help me how to achieve this.
--tomt