Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    ListGrid - strange scrolling behavior

    In our app we have ListGrid with 30 columns. Only one column is editable where users enter some numbers. If there are only few rows in grid everything is working fine, but if there are many rows than something strange happen.
    Scenario :
    - user double clicks and begins to edit in that specific column
    - when user hits enter, cell saved handler fires and focus moves to next editable cell in new row
    - when user is in last visible row and hits enter, than list grid scrolls so user can no longer see the first few columns, but grid scrolls to right and first visible column is now that editable column

    I hope screenshots can say more about the problem.
    I believe something similar is happening like in this post : http://forums.smartclient.com/showthread.php?t=12045&highlight=listgrid+editable+column

    So my question is, is there a way to prevent this scrolling behavior or at least set it so grid is not scrolled to right?


    I'm using :
    1. SNAPSHOT_v10.1d_2014-12-14/LGPL Development Only / GWT 2.6.0
    2. Chrome 39.0.2171.95 m


    Regards,
    Zoran
    Attached Files

    #2
    Most likely, the resolution is the same as that other thread (nothing can be done because it's a native browser behavior).

    However, let us know if you can reproduce this in an actual release version of the product with a minimal, ready-to-run test case, and we can take a second look.

    Comment


      #3
      Strangly it works normal with SmartClient Version: v8.2p_2012-10-24/LGPL Development Only (built 2012-10-24).


      I will try to make a test case and try to reproduce the problem.

      Thank you so far,
      Zoran

      Comment

      Working...
      X