you would not need to interact between itemrenderer instances for this.. for your problem you would need to override the set data method and depending on the values you get of the checkbox you can update your view. I hope i am clear enough...
-Aasim On Oct 3, 6:44 pm, Kamal <[EMAIL PROTECTED]> wrote: > Hi All, > > My requirement is > > 1. In one datagridColumn i have a checkbox with checked and another i > will have Combo Box with data. > 2. On uncheck of checkBox the combo Box should demolishes and it > should be test editor. > 3. On once again check of CheckBox, the Combo should appear and > populated data. > > All should be done in the datagrid. > > On Oct 1, 10:50 pm, "Venkat Viswanathan" <[EMAIL PROTECTED]> > wrote: > > > Hi Kamal, > > > It is possible to access the itemRenderer of another cell.. *BUT* > > > 1. When exactly do you need to do this? > > 2. Is it really necessary to do it? > > > I am asking this because if you follow good programming practices, you > > should not refer directly to an itemRenderer. This is because an > > itemRenderer objects are created with minutest of interactions like when you > > use the scrollbars of the DataGrid, or when the data is updated... > > > So if you could explain your exact requirements, we may be able to help you > > with a nice way to handling the scenario... > > > Regards, > > Venkatwww.venkatv.com > > > On Wed, Oct 1, 2008 at 2:59 PM, crajanm <[EMAIL PROTECTED]> wrote: > > > > Yes, It is possible. You have to create method in outside and you will > > > call outerDocument.YOUR_METHOD_NAME > > > > On Oct 1, 2:14 pm, Kamal <[EMAIL PROTECTED]> wrote: > > > > Hi All, > > > > > I need help in the following ..... > > > > > 1. I have a datagrid within that for 2 datagrid column has item > > > > renderers > > > > and I have to call a method of 1st datagridcolumn itemrenderer in the > > > > 2nd datagridcolumn itemrenderer > > > > > Is it possible ................. > > > > > Thanks, > > > > Kamalahasan.K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

