Can someone tell me if this is possible or should I give up and remove the nested properties from the datasource.
I have a datagrid bound to an arraycollection. The collection is a list of Order Items. Each Order Item has a Product which in turns has several properties to display. I have used a LabelFunction to display the Product properties. No problem. However, I would like the user to be able to edit those properties. Right now the DataGrid itemEditorItemEditEndHandler throws an exception because it cannot access the nested property since it uses the data[property] ... where data=OrderItem and property="product.description". I thought writing my own endEdit event handler might be the way to go to be able to modify the property myself, however it seems the DataGrid's itemEditorItemEditEndHandler is still going to get called with the same results. Any thoughts on this situation? ------------------------ Yahoo! Groups Sponsor --------------------~--> Check out the new improvements in Yahoo! Groups email. http://us.click.yahoo.com/6pRQfA/fOaOAA/yQLSAA/nhFolB/TM --------------------------------------------------------------------~-> -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

