hi, from the datagrid you get selected items. Loop through each item selected, use the id from each item to construct the string.
Thanks Arvind On Fri, Feb 12, 2010 at 3:05 PM, Venkat <[email protected]> wrote: > hi, > > Thanks for your reply. > > I couldn't know how we concatenate one or more id in flex. > > Please provide me help. > > > Thanks and Regards, > venkat.R > > On Fri, Feb 12, 2010 at 2:54 PM, seetha chowdary < > [email protected]> wrote: > >> Hi, >> >> You can pass a row id to the database and using that id u can delete the >> rows. >> Every record is having an id which is in visible mode..that id we have to >> define our own.. >> If u want to delete more than one row, u can concatnate all ids and sent >> it to DB. >> at the time of creating table, u have to define id attribute also.. >> >> Regards, >> seetha. >> >> On Fri, Feb 12, 2010 at 2:47 PM, Venkatesan Ramdoss < >> [email protected]> wrote: >> >>> hi, >>> >>> As i have working flex with php.I will displayed all the records in >>> the Datagrid in flex. >>> >>> My question how i delete all the selected rows in the database >>> mysql.In which way the selected ids have retrieved. >>> >>> Please provide me help to solve the problem. >>> >>> Thanks and Regards, >>> venkat.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]<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]<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.

