For free version, can I use a checkbox and combobox in same


By default each column has its own type, so you can use different cells in same row ( both pro and standard edition )
    grid.setColTypes(“ch,co”);

In pro version you can set different exCell type for any cell, so it possible to create layour where each cell has specific type without any relation to position in row|column.