store.load({ callback:function(r){// 回调函数
if(r.length>0){ //判断是否有数据
grid.getSelectionModel().select(0,true); }
}});