Hi Kendo UI Team,
I'm trying to create a custom editor for in cell editing within a kendo grid. Our custom editor is a combination of your multiselect/treeview ui widgets.
The problem I am encountering is that when you click the cell and the editor appears, attempting to further interact with the editor will then cause the cell's custom editor to minimize - I suspect the grid thinks I am clicking out of the scope of the editor (because the editor is larger than the cell that contains the bound data and has absolute positioning below that cell) and thus closes it. Is there any way to get around this problem? As it is right now, I am unable to interact with the custom editor without it closing the cell's edit mode.
(unfortunately our custom editor is... complex... so I don't think I have a nice code sample to put here for you)
Best,
Jeff