I think you want to call a function of a particular itemrenderer for a particular cell. as when we are using item-renderer, a seperate instance of item-renderer is created for each cell. to interact with item-renderer, item-reference is required.
On Jan 20, 10:33 am, Vikas Madan <[email protected]> wrote: > Gautham, I am not sure if I understood your problem properly. Please share > some code for better understanding, so that others can help you. > > I guess you need to use, itemClick event and do what you are trying to do. > But we can give you the most appropriate answer only once we know what you > are doing in the code currently. > > Thanks, > Vikas > > > > On Wed, Jan 19, 2011 at 8:25 PM, Gautham <[email protected]> wrote: > > Hi Friends, > > > I am working with a mx:datagrid and one of my column uses itemRendor > > and clicking that column uses a function which passes data as > > arguement. > > I need to access this function from my mxml page using the datagrid > > column change. > > while am trying to call this function am getting error like null > > object reference > > > currently the item rendor class is overriding (override public > > function set data(value:Object):void) > > and this data is sending to the click function. > > > How i can call this function from my mxml > > > Gautham. > > > -- > > 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]<flex_india%2Bunsubscribe@googlegroups.com> > > . > > For more options, visit this group at > >http://groups.google.com/group/flex_india?hl=en.- Hide quoted text - > > - Show quoted text - -- 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.

