Please tell me you have a good reason to be using legacy XML. I liked it enough to use it in 1.5, but e4x is a zillion times better. Now, I routinely converted the xml into an array to feed the datagrid. How are you doing this? Using the children() (childNodes? Its been a while) and a label function?
Can you post a runnable simple example? With simulated data? Tracy ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of mthielman11 Sent: Tuesday, February 20, 2007 6:38 PM To: [email protected] Subject: [flexcoders] Re: inserting row into datagrid from popup?? we are not using E4X. Regular XML. We are able to edit existing records in the popup and have the data show up correctly in the grid. But with adding its REALLY weird. the scroll bar in the grid stops working, no other popups on the screen will work and when you exit the record it actually changes the colors of the backgrounds on the interface. You need to completely reload the app for it to work again. The data does save correctly in the DB however. I will ask my other programmer for his code. He got frustrated and just runs a procedur to uplaod all the data on the screen. That works fine, but would be noce not to have to go through that if possible.

