Hi I need to use a multiselect control in inline edit of a treelist object.
I've not found anythings usefull in forum about that, but there is somethings about the same request in grid control.
At this link there is a usefull documentation but when I use it in my treelist control, it doesn't works.
Cannot read property 'toLowerCase' of undefined
If edit in dojo the example linked above, and changing the definition of grid in kendoTreeList, appear this error.
Is the same I get in my project.
e.slice is not a function
Removing the definition as kendo.data.DataSource to the dataSource object, it "resolve" the first problem, and TreeList data are rendered correctly, but there are no items in multiselect column selector, cause this new error.
Thanks