grid.attachEvent(“onCellEdit”,doOnCellEdit) doesn’t seem to identify when a grid cell of type ‘img’ has been clicked on. I know the img is read-only, but how can I detect that the image was clicked on. It ignores the click, as if the cell is an ‘ro’.
This worked fine in version 1.0 using the old event system.