I have a productVariant object that has a child product object. I want to show the value in a DataGridView, can anyone let me know how to do this?
Here is the structure of the object.

I tried to associate "ProductVariant.Product.Name" with the name DataProptertyName in the DataGridView, however it did not show any value.
Can anyone help with this? Many thanks.
source
share