Hi,   At the moment, the column index is passed through "eOpts", and you can try this approach I think: function cellModel.beforeselect(sender, record, index, eOpts) {     //colIndx = 2     return (eOpts == 2); }