How are you adding the new item? If you are using e4x methods to add a node to the dataProvider, this should work. What is not working correctly?
Tracy ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of mthielman11 Sent: Tuesday, February 20, 2007 4:26 PM To: [email protected] Subject: [flexcoders] inserting row into datagrid from popup?? We are having some trouble with a datagrid. We have a grid with 2 columns. One is string and one is an item renderer of an image. To add a new record (that needs to display in grid) we open a popup window. We then want that new row to appear in the grid. We arte using XML as the data provider and sending via HTTP. The thing is failing and actually casing the whole app to behave strangly. We figure there must be an easy way to insert this new row into the grid. Does anyone have any idea how to accomplish this??

