One warning, you should avoid doing that as much as possible, if the
columns are the same you could use the built-in hierarchical data
functionality.

http://livedocs.adobe.com/flex/3/html/help.html?content=advdatagrid_02.html

Unless you are going to nest the grids only for information, doing
that will cause you to lose control of your application.
Also you need to have in mind the performance issues, AdvanceDataGrid
is a heavyweight component, so the rendering will be very slow.
The scrollbar will not work as expected and the recycle of the
renderers will create a lot of bugs if you not understand the whole
idea behind them.

Please tell me what your problem is, I had done a lot of things like
that in the past, maybe I can help :)

Regards,
Martin

--- In [email protected], Monali Gandhi
<monaligandhi2...@...> wrote:
>
> 
> 
> Hi,
> 
> Need help on Nested AdvancedDataGrid as renderer on AdvancedDataGrid.
> 
> Nested AdvancedDataGrid  also have its own renderer as nested
AdvancedDataGrid.
> 
> with scroll on all AdvancedDataGrid working on renderer too.
> 
> 
> Kindly help,
> 
> Best Regards,
> Monali
>


Reply via email to