Hi, I'm able to "disable" cells using the method I've found recommended in the forums, which is the grid's closeCell() method. However, I have event listeners on elements in the cells (specifically Twitter Bootstrap popovers, although those can be switched with Kendo tooltips if that makes this easier), which are removed when the cell enters and leaves editing mode (even when it is imperceptible as when immediately calling closeCell()), presumably because the content is removed from the DOM and then reinserted from the template). To avoid having to rebind the listeners on every click of the cell, is there any way to stop the cell from going into edit mode in the first place?
Thanks
Thanks