about two rows in bottom selected,scroll up one row auto

I use a gird like sample code,but if last two rows in bottom is selected,the grid auto scroll up one row.in onRowDblClicked event I open a new page,when I return the page,selected row changed,so the data i wanted changed too,that’s out of my expectation.Can disenable the auto scroll up?

Please, try to use the following code:

mygrid.moveToVisible=function(){};

It disables the autoscroll in the grid.

thanks! It’s my expectation.

mygrid.moveToVisible=function(){};
[/code]in grid 3.5,It's work well,but in grid 3.6,It's no effect!
the grid 3.6,I linked to
[code]
  <link rel="STYLESHEET" type="text/css" href="http://www.dhtmlx.com/docs/products/dhtmlxGrid/codebase/dhtmlxgrid.css">
  <link rel="STYLESHEET" type="text/css" href="http://www.dhtmlx.com/docs/products/dhtmlxGrid/codebase/skins/dhtmlxgrid_dhx_skyblue.css">
  <script src="http://www.dhtmlx.com/docs/products/dhtmlxGrid/codebase/dhtmlxcommon.js"></script>
  <script src="http://www.dhtmlx.com/docs/products/dhtmlxGrid/codebase/dhtmlxgrid.js"></script>
  <script src="http://www.dhtmlx.com/docs/products/dhtmlxGrid/codebase/dhtmlxgridcell.js"></script>
[/code]
why?
BTW:
A:[code]
mygrid.attachFooter("Counts:,<div id='nr_q'>0</div>", ["text-align:left;","text-align:right;"]);
[/code] in gird 3.5 release a Uncaught TypeError: Object #<Object> has no method 'attachFooter' 
B:[code]
<div id="mygrid_container" style="width:630px;height:600px;border:1px solid #0000ff;position:fixed;top:50%;left:50%;margin:-300px 0 0 -315px;z-index:10;display:none;"></div>
[/code] in grid 3.5,mygrid_container show at center of screen,but in gird 3.6,mygrid_container show like [code]
position: relative;

oh, my god! in gird 3.5 attachFooter(values, style)
Required library professional edition.

mygrid.moveToVisible=function(){};
in grid 3.5,It’s work well,but in grid 3.6,It’s no effect!

Unfortunately the issue cannot be reproduced. moveToVisible function works well for us.
Please, provide any kind of sample of your code.

in gird 3.5 release a Uncaught TypeError: Object # has no method ‘attachFooter’

Unfortunately You’re right. attachFooter() method is available in PRO version only.

in grid 3.5,mygrid_container show at center of screen,but in gird 3.6,mygrid_container show like…

Unfortunately the issue cannot be reconstructed locally.