panel.getView().getRow(2).style['backgroundColor']='red'   // 将第三行背景变红

panel.getStore().getAt(2).get('information')   //获取第三行中information列的值