Why is CascadeFrom() not doing anything?
问题 I'm really new to Kendo UI, and I'm having problems with CascadeFrom() not calling an action on my controller. Here's the bare bones of my problem: // The parent dropdown <select id="Testing"> <option value="0">Vehicle</option> <option value="1">Driver</option> <option value="2">Trailer</option> </select> // The dynamic dropdown @(Html.Kendo().DropDownListFor(m => m.VDTId) .DataValueField("Id") .DataTextField("Item") .DataSource(ds => { ds.Read(c => c.Action("GetVDT",