Okie.
Here is how i can explain it all.
The panel header is the actaully arraycoll. data.That i am binding on
the parent grid.Now when u click on the row,i make a call to get data
for that row.Now the itemrenderer component has a datagrid whr data is
populated after some manipulation.I mean data i get is diff. from wat
i want to display.So,i make the changes for ex. i use a sort function
n all tht.Then i want to show it on the itemRen. comp.
Like
myitemRenderer.label.text=name;
For this how do i access renderer comp. for that row.