I am trying to use a custom edit template in my Kendo, MVC (razor) scheduler object. I can produce simple objects in the template, but can't figure out how to add a dropbox and have it populated with data from the controller. I've seen examples of drop boxes driven from service feeds, but I need to populate the list values from the controller/presentation service. Here is what I have so far:I am trying to use a custom edit template in my