Hi, I am thinking of getting the values based on the row clicked by the user. I am not sure how to retrieve a row from a ArrayCollection based on the row id though.
Would it be possible to provide a sample code? Thanks On Oct 9, 1:14 am, "Venkat Viswanathan" <[EMAIL PROTECTED]> wrote: > Hi Arun, > > You can keep the unique ID. But if you want then you can get the object for > the specific row anyways. On click of the button, you can send the variable > "data" to the required method, and you will get all the fields of that > specific row. > > Regards, > Venkatwww.venkatv.com > > On Tue, Oct 7, 2008 at 7:53 AM, Arun <[EMAIL PROTECTED]> wrote: > > > Hello, > > > I have a datagrid and the datagrid dataProvider is an ArrayCollection. > > > So I was thinking if it is possible to add a unique id to the array > > collection,assign the unique id to the dataprovider as some kind of a > > hidden field. When I invoke the edit button, I will try get all the > > values from the same array which i used in for the datagrid. My idea > > is to get the row from the array based on the unique id. > > > I do not have much control with the source of the data. > > > Any other ideas are welcome. > > > Thanks > > > Arun --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

