Hi anirudh, In order to get the value that was typed in , add an event listener to the data grid for "itemEditEnd"
inside that ( assuming that ur datagrid is called as grid_data) (grid_data.itemEditorInstance as TextInput).text will get u the typed value in data grid. On Tue, Aug 25, 2009 at 1:35 PM, Anirudh Kashyap <[email protected] > wrote: > > Hi, > > I'm new to flex and AIR. I am building a AIR application. I have a > datagrid. The second and the third columns are text input fields for > which I have used an Item Renderer. I want to traverse through the > datagrid and get the value of the text entered in that field. Thanks > in advance. > > > > -- Regards, Ganaraj P R --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

