Browse by Tags

Related Posts

  • Re: Columns not displayed

    [quote user="jcmag"]Could the problem come from the nvarchar(max) type? Because the columns that are not displayed are these ones [/quote] Yes that would be the reason as these are automatically set to ScffoldColumn(false) so in your metadata you will need to annotate them like so: [MetadataType...
    Posted to ASP.NET Dynamic Data (Forum) by sjnaughton on 12-05-2008, 12:00 AM
    Filed under: ScaffoldColumn, Dynamic Data, Metadata
  • Re: A few problems with my dynamic data website

    [quote user="mdesoysa"] 1. I have a table which using dynamic data has created columns that uses an ID from another table to create a link column. What I want to do is remove this column but since it doesn't actually exist in the main table how can I apply metadata attributes to remove...
    Posted to ASP.NET Dynamic Data (Forum) by sjnaughton on 12-04-2008, 12:00 AM
    Filed under: ScaffoldColumn, Dynamic Data, Metadata, Entity Framework
  • Re: overriding how a particular DB column is displayed

    The first thing to understand is that in your case the differance between state_ID and State is on is the actual column FK and the other reresents the relationship which is standard Linq to SQL and EF, DD treats the column and the Entity Ref differently first of all the FK fields are not displayed by...
    Posted to ASP.NET Dynamic Data (Forum) by sjnaughton on 12-03-2008, 12:00 AM
    Filed under: ScaffoldColumn, Dynamic Data, Metadata
  • Re: Using custompages to update other fields

    [quote user="longbcc112"]1. Hide the fields:name_en, description, description_en[/quote] I just had another thought perhaps the best way to hide the unwanted column is not using CustomPages but using attributes like so: [MetadataType( typeof (AccountMetadata))] public partial class Account...
    Posted to ASP.NET Dynamic Data (Forum) by sjnaughton on 07-12-2008, 12:00 AM
    Filed under: ScaffoldColumn, Dynamic Data, Metadata
Page 1 of 1 (4 items)