MVC3 - Forest Pattern (field order)

When using the following dialog to add a view, is there anyway you can specify in which order you want to create the fields?

enter image description here

I tried [Column (Order = 0)]: [Column (Order = 12)], but not joy!

Thanks Paul

+3
source share
1 answer

This is because the Detail.tt template (like everyone else) does not fulfill any orders when creating markup. Learn more about customizing templates: ASP.NET MVC custom T4 templates for views

+4
source

All Articles