Authored by xuhongyun

滚动到页面上方引起上下架操作异常

@@ -305,10 +305,10 @@ grid.prototype = { @@ -305,10 +305,10 @@ grid.prototype = {
305 p = this.options; 305 p = this.options;
306 g.tbody.html(""); 306 g.tbody.html("");
307 307
308 - // add by xuhongyun: 滚动到页面上方  
309 - $("body,html").animate({  
310 - scrollTop: 0  
311 - },0) 308 + // // add by xuhongyun: 滚动到页面上方
  309 + // $("body,html").animate({
  310 + // scrollTop: 0
  311 + // },0)
312 312
313 if (!rows) { 313 if (!rows) {
314 return ""; 314 return "";