How to access datagroup's Itemrenederer's component?
Posted
by chchrist
on Stack Overflow
See other posts from Stack Overflow
or by chchrist
Published on 2010-06-09T07:59:38Z
Indexed on
2010/06/09
8:02 UTC
Read the original article
Hit count: 281
Hi all,
I have a datagroup where I use a custom itemRenderer with a datagrid inside. What I want is to access each datagroup's itemRenderer's datagrid and get it's dataProvider
All I know is tha you can access the ItemRenderer by usinf myDataGroup.getElementAt(index)
Thanks in advance
© Stack Overflow or respective owner