我正试图推向GridPanel的最后一个组成部分,最后一部分人已经集中起来。
_this.testpanel.getSelectionModel().selectLastRow( );
I have tried many ways but none of them worked... The GridPanel is saved via
_this.testpanel =new Ext.grid.GridPanel(...
在装载功能中,我尝试了
_this.testpanel.getRow(_this.receiver_list.getStore().getCount()-1).scrollIntoView(_this.receiver_list.getView(),false);
这不是什么。
_this.receiver_list.getView().getRow(_this.receiver_list.getStore().getCount()-1).scrollIntoView("receiver_list");
这份表格中,GrigndPanel内部。 但不是在GridPanel本身。