Authored by xuhongyun

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

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