1. Use combobox as an Itemrenderer in a datagrid 2. Datagrid must have an arraycollection as DataProvider 3. Make ur dataprovider composite to hold another collection for combobox. 4. Make addition or deletion of combobox values in this collection 5. give this colection as a datafield to the column [ and itemrenderer as a combobox ] 6. When ever u add or delete values in a collection combobox will take the updaed values from the dataprovider.
If you dont understand will send you a small sample. On Nov 6, 12:43 am, pedron <[EMAIL PROTECTED]> wrote: > i have a dataGrid with a comboBox in the 3rd column. When a button is > clicked the 3 columns are populated from different components. I want > to be able to populate this comboBox with the text in a TextField. I > also want the ability to later add or delete values in the comboBox > when needed. > > Anyone know how i can accomplish this? 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 -~----------~----~----~----~------~----~------~--~---

