Announcement

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

    Prevent ListGrid auto update

    E.g.

    I have a ListGrid setAutoFetchData(false), trying to add some new records and have not save yet.

    Meanwhile, another session is accessing the same DataSource as the above ListGrid, few new records are added and saved to the server.

    Then the newly saved records are automatically appears in my unsaved ListGrid.

    How to prevent that??

    #2
    Hi tampriscilla,

    I can't help here, but I'd find the behaviour impressive if it were really that way (server push out of the box?). Is it really an other session (other computer, other browser or at least new private browsing window)?

    A dirty solution could be to copy the DataSource - meaning a new ds.xml file with inherits="oldDS" and the needed operationBindings. Use that DataSource then where you don't want to see the update.

    Best regards,
    Blama

    Comment

    Working...
    X