1. grid.getStore().getCount(); //未分页时 , 获取总行数 2. grid.getStore().getTotalCount(); //存在分页时 , 获取总行数 3. grid.getView().getRows().length;