I am using a grid that has rows with editable checkboxes and the grid options are set to autorowheight, editmode: ‘click’. It is causing a JS exception: Uncaught TypeError: Cannot read property ‘height’ of undefined. This happens when you select the background of a cell with a checkbox and then click on a checkbox in a different cell. Some of the other checkbox cells will disappear or get into a weird state when this happens. If you select the second checkbox again things seem to go back to normal.
If I remove editmode:’click’ it seems to work without any problems.
https://jsfiddle.net/kman/pbwg3e15/2/