Nested Value Objects editable in Datagrid
I have a datagrid that each row is a value object of type Item. Within the
Item is a subtotal for that item, a quantity, and a Product value class.
Im trying to great a datagrid where I can, in column 2 which references the
Products name (Item.Product.prodName), make it so when the user edits that
field, the Product Name field of the Product value object nested inside the
Item object (which represents that row) is changed. I keep getting a 1069
error product.prodName is not found on valueObjects.Item Can someone tell
me the best way to make a datagrid cell bindable to a nested valueObject
property.
|