Announcement

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

    event handler to the cache changes

    Hi,
    Is there a handler to the event such as successful Datasource.updateCaches() or standard update changing cache operation available somewhere ?
    I tried Listgrid.addDataArrivedHandler() and ResultSet.addDataArrivedHandler() but both seems to observe regular fetch only, not cache changes.
    Thanks,
    MichalG

    #2
    I've been wondering about this myself. What is the recommended approach, if any?

    Comment


      #3
      The best way to approach this is basically scenario-specific - one way to be notified is to create a ResultSet that is provided empty initialData, and implement a DataChanged event handler.

      Comment


        #4
        I need something like that as well but at the form / value manager level. I have yet to find any solution to the problem.

        http://forums.smartclient.com/showthread.php?p=116577&posted=1#post116577

        Comment

        Working...
        X