Edit event not fired for img type columns

hi
i have a column that has type img, but onedit event handler is not called in this case, i am using version 2.5 but in older version this was not a problem and the code used to work fine, is there a change in the new version that i need to take into account?

Cheers
Gayu

Actually this is a fix.
IMG column can’t be edited, so edit handler will not be called for it.
You can use onRowSelect event if you need to assign some custom reaction on cell click.