below is the code on the documentation page for server filtering a dropdownlist http://demos.telerik.com/aspnet-mvc/dropdownlist/serverfiltering
Does this actually do anything ?
namespace Kendo.Mvc.Examples.Controllers{ using System.Web.Mvc; public partial class DropDownListController : Controller { public ActionResult ServerFiltering() { return View(); } }}