Announcement

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

    GwtRpcDatasource custom operation with cache sync

    Hi guys,
    I have a GwtRpcDatasource with custom operation. I overrode transformResponse to parse the response from server but the response is not reflected in the components bonded to the datasource. After searching for a solution i found this link http://www.smartclient.com/smartgwtee/javadoc/com/smartgwt/client/docs/DataSourceOperations.html which states that and i quote "cache synchronization does not work with custom operations". Is there any way to tell the datasource to perform a custom operation and after the response comes back from the server to be reflected in the components bounded to that DS.

    For example if I have a custom operation let's say clear history that removes all the records from a listGrid and returns from the server a single record that represents the current version, it is possible to tell the components bounded to the datasource to represent that single record?

    Thank you
Working...
X