How can I achieve the same thing but in Angular without having to initialize the combobox through jQuery? Would it be possible to assign a template to the editor that compiles?
I'm dealing with the exact same thing. Using the methods in the examples, I have to add this function that does DOM manipulation in my controller and of course, that breaks the separation that Angular provides.
When I create a kendo grid in regular JS I can specify my columns like this:
How can I achieve the same thing but in Angular without having to initialize the combobox through jQuery? Would it be possible to assign a template to the editor that compiles?