I have a grid where the first column is hidden, when the click event fires as below the column object is always one column out ie. it returns the column next to the one that was clicked.
dhxGrid.events.on("CellClick", function(row,column,e){
console.log(column)
}
If I make the first column visible then all works as expected - looks like a bug to me.