Hi
we are using smartgwtpro 2.5. hrome 17 / FF 8
We have a problem with a listgrid. When we edit a row, the row disappears after edit, but the changes are saved to the datasource.
We have analyzed rpc in developer console with your examples and with our custom datasource. In the response you have a parameter
'operationType:"update"'.
We read the javadocs and found in the package com.isomorphic.dataource.DSResponse the method setOperationType is available.
But in our package there is no setOperationType available.... why is this method missing?
You give in your example the whole recordset back. Is this necessary?
Thanks
Sacha
we are using smartgwtpro 2.5. hrome 17 / FF 8
We have a problem with a listgrid. When we edit a row, the row disappears after edit, but the changes are saved to the datasource.
We have analyzed rpc in developer console with your examples and with our custom datasource. In the response you have a parameter
'operationType:"update"'.
We read the javadocs and found in the package com.isomorphic.dataource.DSResponse the method setOperationType is available.
But in our package there is no setOperationType available.... why is this method missing?
You give in your example the whole recordset back. Is this necessary?
Thanks
Sacha
Comment