skip to Main Content

how to return kendoDropDownList in jQuery

I had a code like below let ctrlClassificationLevel = $('#ctrlClassificationLevel').kendoDropDownList(); ctrlClassificationLevel.kendoDropDownList({ dataTextField: "Name", dataValueField: "Id", dataSource: data,//data coming from db //optionLabel: "User Type", filter: "contains", suggest: true, }); now I am trying to create a common code to for kendo…

VIEW QUESTION
Back To Top
Search