I have a SlickGrid on my site and have implemented some copy/paste functionality. This requires that I use the CellSelectionModel, which requires that I set autoEdit to false for the grid.
I want autoEdit to be true and still be able to use my selection model. Does anyone know how to do this?