Drop Down List Kendo UI
For ref: http://demos.telerik.com/kendo-ui/dropdownlist/template
For ref:http://demos.telerik.com/kendo-ui/dropdownlist/index
BEST
http://docs.telerik.com/KENDO-UI/api/javascript/ui/dropdownlist
Json used in example is coming from here: demos.telerik.com/kendo-ui/service/Customers
The json is of the form:
{
CustomerID: "ALFKI",
ContactName: "Maria Anders",
CompanyName: "Alfreds Futterkiste"
},
{
CustomerID: "ANATR",
ContactName: "Ana Trujillo",
CompanyName: "Ana Trujillo Emparedados y helados"
},
{
CustomerID: "ANTON",
ContactName: "Antonio Moreno",
CompanyName: "Antonio Moreno Taquería"
},
Customers
Open the DropDownList to see the customized appearance.
The data for this DDL come from Here
Customers
Open the DropDownList to see the customized appearance.