PDA

View Full Version : EditorGrid store size not updated



icegoffy
25 Mar 2009, 4:34 AM
Hi, can anybody help me on this : I got a checkbox which when check will call load() on the loader, but in my load listener, i found that the store size is 0 even though the grid shows data loader via rpcproxy

Here's the code:
============
ttLoader.addLoadListener(new LoadListener() {
@Override
public void loaderLoad(LoadEvent le) {
Log.debug(String.valueOf(grid.getStore().getCount()));
}
});
============
Any help is greatly appreciated :D