Kendo Grid - Filter Row as kendoDropDown
问题 After posting question as answer here, I correct this by creating new question. I'm trying to create row filter in kendo grid to appear as DropDown of possible values in that column. So far, closest I got is Pluc's example in linked question. Still it doesn't work as intended. In columns of kendoGrid I defined a field like this: { field: "Herkunft", title: "Herkunft", width: "120px", type: "string", filterable: { cell: { showOperators: false, template: herkunftDropDownEditor } } } This is