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
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
Comment