Hi
I am using ListGrid widget for out project prototyping to evaluate smartGWT.. [version: SmartGWT 3.1]
This listgrid is without DataSource i.e. RPC mechanism is being used..
While doing an user input update operation, I am calling Listgrid.getEditValues(rowNum) to get the new values entered by user..I save these values at the server side and then update the values in the listgrid like record.setAttribute(fieldName,newData.get(fieldName))
After this, new values are reflected in grid but when i click on update button again without editing any new values, Listgrid.getEditValues(rowNum) returns me the previously edited values which actually is wrong..
Please help..
I am using ListGrid widget for out project prototyping to evaluate smartGWT.. [version: SmartGWT 3.1]
This listgrid is without DataSource i.e. RPC mechanism is being used..
While doing an user input update operation, I am calling Listgrid.getEditValues(rowNum) to get the new values entered by user..I save these values at the server side and then update the values in the listgrid like record.setAttribute(fieldName,newData.get(fieldName))
After this, new values are reflected in grid but when i click on update button again without editing any new values, Listgrid.getEditValues(rowNum) returns me the previously edited values which actually is wrong..
Please help..