0
         To limit the number of records fetched, I plan to add more records when we reach the end of the data in an EditorTreeGrid . I have tried the following code

myTree.addListener(Events.BodyScroll、new Listener(){

     @Override

public void handleEvent(GridEvent be){

                  //I need to check if the scroll has reached the end to the list and 
                    then add more records to the store .

EditorTreeGridコンポーネント=be.getComponent(); System.out.println(be.getScrollTop()); //上記
は、巻物のペースを変えると//常に変わるようです。

}

助けてください 。});

4

1 に答える 1

0

LiveGridを使用してこれを機能させ、編集可能なグリッドをサポートするように同じものを変更しました。

于 2011-11-23T11:24:49.677 に答える