edandersen / core-admin

Fully automatic admin site CRUD UI generator for ASP.NET Core and .NET 8
Other
560 stars 106 forks source link

[Display(AutoGenerateField = false)] should hide field from Create/Edit like the default MVC behaviour #62

Closed edandersen closed 2 years ago

gaetandezeiraud commented 2 years ago

[System.ComponentModel.DataAnnotations.ScaffoldColumn(false)] do the job

edandersen commented 2 years ago

Not required :)