Even i faced the same prob... I fixed it by using the following
approach..

 private void refreshGrid() {
        proxy = new MemoryProxy(objAry);
        store.setDataProxy(proxy);
        store.reload();
        grid.getView().refresh();
    }

I called this function after getting the result from the RPC. Thanks
to a close friend of mine in helping me out of this. I hope this
helps :)...

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"GWT-Ext Developer Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/gwt-ext?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to