Actually that is the issue.i am making the call after the component is created.So binding is not helping. I need to explicitly assign the value.I mean i have datagrid and may values which i get only after calculation.
On Dec 16, 11:27 am, Akshar <[email protected]> wrote: > you can bind the text of the label to a variable. Then showing the > data is just a matter of changing the variable value. > > On Dec 16, 11:11 am, sheetal <[email protected]> wrote: > > > Hi All, > > I am using a panel with a Label on it as a csutom itemRenderer in a > > Datagrid.On the click of the grid i make a call to get data for > > selected item and want o display it.For this i need to access the > > itemRenderer instance and the Label in it.Please share your ideas on > > the same. > > > -sheetal -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

