Hi first thing you need to use item renderer as T. Sunil Kumar said. Another thing, you need to add new item to array or arrayCollection (whatever your dataprovider). If after adding items to array/ arraycollection, you datagrid is not updating then refresh datagrid by calling datagridname.dataProvider = array/arrayCollection.
In the column, you want to show buttons, in that particular column (use <mx:DatagridColumn), use the item renderer. Regards, Sumant --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

