I have a model with some properties, but I just need some of them display in views like List view, also I need to display all of the properties in create or edit views so I can create a full data covered rows, is there any attribute to force the generator to don't display properties in List View. some thing like this [Display(false)] ?
Anwar was close, it's [ScaffoldColumn(false)]
Decorate your attribute with
using System.ComponentModel.DataAnnotations;
[ScaffoldColumn(false)]
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With