ddomingues / X-SlickGrid

An extension of SlickGrid providing Frozen Columns and Rows, Tree Columns, etc.
http://ddomingues.com/X-SlickGrid/
MIT License
48 stars 19 forks source link

Disable scrolling of right viewport when dragging columns in the left viewport #6

Closed ronnykarlsson closed 9 years ago

ronnykarlsson commented 9 years ago

This will disable scrolling when dragging a frozen column, since there is no scroll for that viewport. You can see the bug here: http://jlynch7.github.io/SlickGrid/examples/example-frozen-columns.html

  1. Scroll to the right
  2. Drag a column on the left side. You will then see that the right viewport scrolls to the left.
ddomingues commented 9 years ago

Hi @ronnykarlsson.

Thank you very much for your contribution :+1: