Hello, if i'm right - this bug is described in this thread, also:

http://ift.tt/1wjj4eM


I can see it is fixed in the next releases, but is there anyway to be overcomed in 4.2.1.883?


The problem itself is:

When you have a grid with hidden column(s),

the 'celldblclick' event handler will receive a wrong 'columnIndex' parameter if there is a hidden column on the left of the column clicked.


I've made a small fiddle here (just hide one of the columns and double-click within the grid):


It is fine with 4.2.0 and also in 5.0 (can not tell if it is OK with 4.2.2/4.2.3, because they are not usable in the fiddle)


As far as i can see, the problem should be within the processItemEvent() method here:

http://ift.tt/1wjj7aL


But i have no idea how to override it in order to work correctly (tried with some of the code from 4.2.0 with no success, and the newer versions use a method named getColumnManager() which not exists in 4.2.1).


Any ideas, pls ?


Thanks in advance!