I am trying to populate a ComboBox (Telerik RAD COmboBox) in a test ASP.NET MVC3 app.
I have defined the ComboBox on my ASPX page and in the controller I have define
If using ASP.NET MVC 2 or higher:
return Json(resultset, JsonRequestBehavior.AllowGet);