How to use ComboBox as Kendo UI grid column?

前端 未结 4 1664
时光说笑
时光说笑 2021-01-17 02:03

I\'m working with a kendo grid and I\'m trying to make Name field a combobox that has it\'s own datasource. I\'m not getting a javascript error, but when I go to edit the na

4条回答
  •  深忆病人
    2021-01-17 02:22

    What version of KendoUI are you using? Only the recent SP1 and March beta have custom editor support: http://cdn.kendostatic.com/2011.3.1407/js/kendo.all.min.js

    Additionally, I

    1. replaced < and > with < and >;
    2. corrected the misspelled "dataSouce" property created for the KendoComboBox.

    Here's a sample that I created that should get you going in the right direction:

提交回复
热议问题