Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    DSCallback in ListGrid.addData() question

    I use ListGrid with custom (GWT RPC) DataSource. After call to addData(Record, DSCallback), callback gets executed BEFORE data source calls processResponse()

    Is it a bug, or I dont undestand something? How could I wait for server call completion (I need to know ID of the new record, and the best way is to get it from the DSResponse)?
Working...
X