We are using a combination of GridPanel/GWTProxy and a PagingToolbar,
loading data from the server works like a charm. But:

If the user deletes a record in the grid by selecting a row, calling a
delete method on the server we don't want to update the whole grid but
simply remove the selected record from the store (calling "store.remove
(record);", followed by "store.commitChanges();", this works so far).
Calling "pagingToolbar.updateInfo();" updates at least part of the
display message (we use the default message for this).

"{start}" and "{end}" are updated, but "{total}" keeps the old value
and is not decremented like expected!

Any hints how to achieve this?

Michael

--~--~---------~--~----~------------~-------~--~----~
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