且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在下拉列表中使用通配符kendo MVC?

更新时间:2023-02-01 10:27:41

(#ReviewerId)。data(kendoDropDownList) ;
if(ddl)
ddl.dataSource.read();
}

函数filterReviewers(e){
return {
subZoneId:
("#ReviewerId").data("kendoDropDownList"); if (ddl) ddl.dataSource.read(); } function filterReviewers(e) { return { subZoneId:


(#SubZoneId)。 (kendoDropDownList)。value(),
unitId:
("#SubZoneId").data("kendoDropDownList").value(), unitId:


(#UnitId)。data(kendoDropDownList)。value(),
}
}
< / script>
("#UnitId").data("kendoDropDownList").value(), } } </script>





我尝试了什么:



类似于,点击ddl并输入m字样时,将显示以m开头的记录列表。



What I have tried:

something like, when click on ddl and type 'm' word, list of record started with 'm' will show.