Hi Lord,
Could you please explain your problem in more detail??
As far i could understand, you may be pushing the instances of your
datagrid class in the Datagrid arraycollection.
then in your application you can do:
For(var index in dgArrayCol){
var dg:MydataGrid = dgArrayCol[index];
dg.dataProvider = mydp1; // skip this step if you already
assigned the dataProvider.
this.addchild(dg);
}
On Dec 2, 10:21 pm, Lord <[EMAIL PROTECTED]> wrote:
> Hy everybody,
>
> i've this problem...
>
> i created an arrayCollection of datagrids within an as file and i
> would display datgrids in mx:application...
>
> every datagrid has created through the extension of DataGrid class
> (MyDataGrid extends DataGrid)
>
> anybody have a suggestion
>
> thanks
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---