Thanks, but I am afraid it does not answer the issue I highlighted :-( On Wed, Feb 17, 2010 at 5:44 PM, Akshar <[email protected]> wrote:
> on button click modify the data provider for the datagrid. > > On Feb 17, 5:10 pm, Arindam Dhar <[email protected]> wrote: > > Hi, > > > > Actually the requirement is different as i mentioned in my mail. > > > > I am "not clicking" the cell, meaning I am not editing it. > > > > I just want to target one cell in the ADG from outside the ADG. > > > > thanks, > > > > Arindam > > > > On Wed, Feb 17, 2010 at 5:31 PM, nithya flex <[email protected]> > wrote: > > > 1. on the button click dispatch one event to parent component. > > > 2. on parent component listen that event > > > 3. in the listner function > > > rowIndex = adg.selectedIndex; > > > columnIndex = if dg is not dragable it is easy to find, say if > > > button is on the col2, colIndex= 1 > > > > > On Wed, Feb 17, 2010 at 5:26 PM, Arindam Dhar <[email protected]> > wrote: > > > > >> Hi, > > > > >> I have a editable AdvancedDataGrid, with x rows and y columns. Each > cell > > >> has itemrenderer. > > > > >> Now, suppose at some event,say, button click , i want to target the > > >> itemrenderer object in ,for ex., row 1 , col 2 and change some > property of > > >> the same, how do I address the same? > > > > >> I could find out the columnIndex and rowIndex only when item is > edited. > > > > >> Appreciate some quick help or suggestion. > > > > >> regards, > > > > >> Arindam > > > > >> -- > > >> 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%[email protected]> > <flex_india%[email protected]<flex_india%[email protected]> > > > > >> . > > >> For more options, visit this group at > > >>http://groups.google.com/group/flex_india?hl=en. > > > > > -- > > > 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%[email protected]> > <flex_india%[email protected]<flex_india%[email protected]> > > > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/flex_india?hl=en. > > -- > 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%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/flex_india?hl=en. > > -- 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.

