views:

61

answers:

1

Hi. Is there any way how to work with complex types in asp.net dynamic data web site?

If we have Entity(ie from EF) "Person" with complex type "Address", "Table.GetScaffoldColumns()" does not returns comlumns for property of type "Address".

Thank you.

A: 

Running into this issue as well. Complex types in my model do not show up in the Dynamic Data Site.

adamnickerson
hmmm - doesn't look good for getting this out of the box....http://forums.asp.net/t/1534620.aspxHas anyone tackled this?
adamnickerson
Reading the comments on that link a little more, it sounds like you can access the Complex types by implementing your own custom pages and using BoundFields or TemplateFields instead of the DynamicFields and DynamicControls... defeats the purpose a bit if you have to end up coding that up by hand.
adamnickerson