I have a ticket in with Kendo about the documentation (or lack thereof) specifically on DropDownList and DropDownListFor. I've been knocking my head against this brick wall for most of today and finally got a (very simple) case together. Looking at it, I'm not sure I like where it's going and I'd prefer a Parent attribute for the child. In any case, I hope this example helps somewhat (this is a snippet from my View - it's self-contained so you don't need to know anything about even the model) and if anybody wants to expand on it... go ahead. In order to help with the readability, I haven't done anything with BindTo or DataSource other than a commented out line. You could easily .BindTo a SelectList with the appropriate elements.