HI,
i understand that u r going to fetch from DB right..
so make bindable array collection object

[Bindable]

*private* *var* _whitePaperCollection:ArrayCollection;

and in

datagrid

<mx:DataGrid x="3" y="159" width="580" dataProvider="{whitePaperCollection}"
alternatingItemColors="[#E2ECF0, #FFFFFF]" height="175" textAlign="center">
u can use this way.
u can define modal also and in that modal this arraycollection
and in datagrid's dataprovider u can use

<mx:DataGrid x="3" y="159" width="580" dataProvider="{
WhitepaperModel.getInstance().whitePaperCollection}"
alternatingItemColors="[#E2ECF0,
#FFFFFF]" height="175" textAlign="center">



hope this helps.

Get back if u need more help



On Thu, Apr 1, 2010 at 11:08 AM, Shankar Ganesh.AP PitchaiMuthu <
[email protected]> wrote:

> Hi,
>
>   In Java I am Fetching multiple row record, i need to pass this to flex So
> i am returning as object. In Flex I am nee to display it in Datagrid But i
> am not able to see anything.Any Help Appreciated.
>
> --
> 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]<flex_india%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/flex_india?hl=en.
>

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