Announcement

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

    values are getting vanished

    Hi,

    I have created a list grid using datasource. The datsource definiton is in the same .jsp page. When i enter the values in the list grid cell and tab out, the values entered are getting cleared... what is the reason for this?

    #2
    Hi Strive
    The most likely explanation is that either the save is failing on the server, or the servers response to the "update" operation is incorrect.
    Can you show us
    - the code for the DataSource and the ListGrid definitions
    - what the raw server response to the update operation looks like

    Also - if you explicitly call 'listGridID.data.invalidateCache()' after performing a modification to the cell, (substituting "listGridID" with the ID of your ListGrid) does the change show up?

    Thanks
    Isomorphic Software

    Comment

    Working...
    X