kendo grid dropdownlist 聯動 cascading

以前是沒法聯動的
後來將html頁面中的html

//$('<input required data-text-field="CompanyName" data-value-field="CompanyId" data-bind="value:' + options.field + '" />')

修改爲函數

var input = $('<input id="CompanyId" name="CompanyId">')

就能夠聯動了ui

看來dropdownlist函數中
cascadeFrom: "CompanyId",
這個中的CompanyId指的是html中的id,說明id名稱在kendo中是很重要的code

相關文章
相關標籤/搜索