SitePen / dgrid

A lightweight, mobile-ready, data-driven, modular grid widget designed for use with dstore
http://dgrid.io/
Other
628 stars 296 forks source link

Dgrid: Checking/unchecking a checkbox in the dgrid shifts the grid down by one row #1148

Open skamaraj opened 9 years ago

skamaraj commented 9 years ago
  1. Go on this URL: http://dgrid.io/js/dgrid/demos/laboratory/
  2. Under "Columns" tab, create a new column "Test".
  3. Click on "Column Features" tab and select "Editor" checkbox.
  4. Click on "Columns" tab and click on the gear icon of the Test column.
  5. For "editor" mixin property, select "checkbox". And, for "autoSave", select true.
  6. Click Done.
  7. Scroll the grid all the way towards the end. Uncheck one of the checkboxes and you will observe that the grid shifts one row down and the scroll position is lost.

This issue appears only for those rows that appear when the scroll bar is all the way towards the end of the page.

shahzad31 commented 9 years ago

Is there any way around this bug? it's really annoying.

weifhu0124 commented 7 years ago

Any updates on this issue? Thanks