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 that you can access the ItemRenderer by using myDataGroup.getElementAt(index)
Thanks in advance