Roo/grid/GridView.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 18 Mar 2011 03:09:54 +0000 (11:09 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 18 Mar 2011 03:09:54 +0000 (11:09 +0800)
Roo/grid/GridView.js

index 4700959..a1534f2 100644 (file)
@@ -547,6 +547,7 @@ Roo.extend(Roo.grid.GridView, Roo.grid.AbstractGridView, {
     ensureVisible : function(row, col, hscroll)
     {
         Roo.log('GridView.ensureVisible,' + row + ',' + col);
+        return; //disable for testing.
         if(typeof row != "number"){
             row = row.rowIndex;
         }