how can I read data from an itemrenderer inside a tilelist. Those itemrenderers shows less data which I populated from database using amfphp. What I want is, if I click the item in tilelist it's popup another canvas component which show more detail data... may be more like item detail in an shopping chart application... in each itemrenderer I'm using {data.itemdata} binding in label component, and it is works fine.. so how could I read the data on each clicked itemrenderer...