Announcement

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

    Is possible to know when saving process is finished ?

    Hello,
    I need to know when saving process is done to be able to write a summary message to user, something like this : 2 records were saved, 3 record were not saved.
    How is this possible?

    Thank you.
    Marius.

    #2
    I mean when saveAllEdits() is called on a listgrid, I need to know when this call is done, to show a summary to user

    Comment


      #3
      Hi mariusc,

      did you already see ListGrid.saveAllEdits(Function callback)?

      Best regards,
      Blama

      Comment


        #4
        Yes, but callback is only when everything works fine, if you encountered an error callback is not called.

        Comment


          #5
          Did you try the addEditFailedHandler(EditFailedHandler handler) the linked docs also mention?

          Best regards,
          Blama

          Comment

          Working...
          X