Announcement

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

    get summary data

    Hi,
    We want to get the summary data of a listgrid
    We calculate summary values on the server instead of client side.
    So we set summaryRowDataSource for this.
    Now in our case we want to get a value from the summary data once it is loaded.
    The only method we have is : summaryRowFetchComplete, but it is not documented therefore we cannot use it.
    Is there a easy solution make for this?

    #2
    You could use summaryRowProperties to set up a dataArrived or dataChanged notification.

    If this doesn't work for you, let us know and we'll take a deeper look

    Regards
    Isomorphic Software

    Comment


      #3
      Thanks! It works. It's what I needed.

      Regards

      Comment

      Working...
      X