以下のように、モデル ロール用の EditorFor テンプレートがあります。View から直接 EditorFor を使用すると問題なく動作する Date の EditorFor もありますが、エディタ内に EditoFor があると動作しません。何か案が?
Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl[ucsrManagementSystem.Models.ContactsInMailingListsViewModel]"
Html.EditorFor(m => m.IsInMainlingList)
Html.EditorFor(m => m.Id)
Html.EditorFor(m => m.Name)
Html.EditorFor(m => m.EndDate)//This is not showing Date's Editor Template when inside another EditorFor