This question is locked. New answers and comments are not allowed.
I am using an editor template to edit an object from a grid (popup). The @Html.LabelFor and @Html.EditorFor work just fine, but the actual model is always empty and I need to use properties in the model to decide what to display. Why is the model empty and how should I be going about this?
Thanks!
Thanks!