@Html.DropDownListFor(model => model.TransferAvailibilities.First().CancellationID,
(ViewBag.CancellationSchema == null ? null :
(IEnumerable<SelectListItem>)ViewBag.CancellationSchema), new { @class = "field large" })
そしてエラー:
キー「CancellationID」を持つ「IEnumerable」タイプの ViewData アイテムはありません。
私はそれを知っていますが、必要なときにデータを ajax でバインドします。そして、私のラムダが機能しないか、DropDownListForの何か...