Announcement

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

    Listgrid.getEditValues(rowNum) returns the previous edited values even after saving

    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..
    Last edited by mohit.singla; 26 Aug 2013, 00:11. Reason: mention smartGET version
Working...
X