Skip to content

1.4.2

Choose a tag to compare

@TimGeyssens TimGeyssens released this 07 Dec 10:40
· 75 commits to master since this release

Making it possible to disable editing on the list field type (using the config option)

    [Ignore]
    [UIOMaticField("Dogs", "", View ="list",
        Config = "{'typeName': 'Example.Models.Dog, Example', 'foreignKeyColumn' : 'OwnerId', 'canEdit' : false}")]
    public IEnumerable<Dog> Dogs { get; set; }