Announcement

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

    Bug: TileGrid can't handle multiUpdate

    Hi,

    isc.version == "v12.0p_2018-07-07/LGPL Deployment";

    I have a databound TileGrid with tiles being ancestors of SimpleTile and a ListGrid bound to the same DataSource.
    If I call updateData on that DataSource (no matter if directly or through DataBoundComponent) returning more then one row (like clearing shopping cart when there are more then one type of product in the cart, so we return a list of all removed products) ListGrid is updated as expected, but TileGrid is not. TileGrid's ResultSet has new correct versions of record, but TileGrid can't handle an update when there is more one record returned as a result of update.

    Best regards,
    Janusz

    #2
    Hi,

    Could you confirm if it is a bug or not?
    Do you need a test case?

    Best regards,
    Janusz

    Comment


      #3
      We are able to reproduce the issue you reported. It's currently queued for a developer to address it.

      Comment


        #4
        Hi,

        Something has changed.
        At the moment ("v12.0p_2018-07-25/LGPL Deployment") when sending back DSResponse as a result of multi update with data = NULL or data = array of changed records or data = empty array, TileGrid draws new tile with empty record at the end.
        Changed tiles are still not updated.

        Best regards,
        Janusz

        Comment


          #5
          Originally posted by janusz View Post
          Hi,

          Something has changed.
          At the moment ("v12.0p_2018-07-25/LGPL Deployment") when sending back DSResponse as a result of multi update with data = NULL or data = array of changed records or data = empty array, TileGrid draws new tile with empty record at the end.
          Changed tiles are still not updated.

          Best regards,
          Janusz
          We'll take a look, but please use a new thread to report new issues.

          Comment


            #6
            We've added support for handling multi-updatse to databound TileGrids, back to SGWT 5.1p/SC 10.1p. This should be in the nightly builds dated 2018-08-11 and beyond.

            Comment


              #7
              Hi,

              As far as I can tell, everything works as expected, thanks.

              Best regards,
              Janusz

              Comment

              Working...
              X