Asp.net Dynamic Data - Field not rendered on List page
Posted
by Christo Fur
on Stack Overflow
See other posts from Stack Overflow
or by Christo Fur
Published on 2010-03-08T16:29:58Z
Indexed on
2010/03/08
16:36 UTC
Read the original article
Hit count: 673
I have created a Dynamic Data site against an Entity Framework Model
I have 2 fields which are nvarchar(max) in the DB and they do not get rendered on the list view
This is probably a sensible default
But how do I overide this?
Have tried adding various attributes to my MetaData class e.g
[ScaffoldColumn(true)]
[UIHint("RuleData")]
But no joy with that
Any ideas?
© Stack Overflow or respective owner