fin-hypergrid / core

A canvas-based super high performant grid renderer API
MIT License
897 stars 144 forks source link

Dragging column when column(s) selected throws error #751

Closed joneit closed 6 years ago

joneit commented 6 years ago

Moving column when column(s) selected throws an error and leaves column selection and column moving in an invalid state.

Solution would seem to be simple: When grabbing a column to move it, we need to deselect any selected columns (as we are doing with cells).

joneit commented 6 years ago

No simple solution; grid.selectionModel.columnSelectionModel.clear() is already being called.

joneit commented 6 years ago

Fixed in v3.0.2 (PR #742, commit 901ea16).