Instead of trying to get column in itemRenderer, you better use data property to access the record that is being rendered by itemRenderer.
If you can specify what exactly you want to do, may i can give you the code for that. On Jan 9, 6:32 pm, manish <[email protected]> wrote: > Hello All > > I am working on a flex project where i am using an AdvancedDataGrid. > This grid has 6 coumns where 4 Columns will have TextInput and one > column will show the total of these 4 column. If a user update value > on any cell(in 4 columns) i need to update the total. I am not good in > using ItemRenderer. Can anyone help me how to use Itemrenderer and > how to get current column in item renderer as all 4 column will use > same item renderer. > > Thanks
-- 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.

