Announcement

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

    Accessing ListGrid summary row values

    How can I access the values in the summary row of a ListGrid so that I can display them in a separate pane above the grid?

    Thank you!

    #2
    ccagle - did you figure this out? I am facing the same issue.

    Comment


      #3
      According to the response I got in the following thread:

      http://forums.smartclient.com/showthread.php?t=9254

      they will make the protected ListGrid.getGridSummary() method public. I don't know when that will be available. For now, I am calculating summary values myself. Hopefully, it will show up in a nightly build soon.

      Comment


        #4
        ListGrid.getGridSummary() is still not available as of the 2011-02-19 build. Is this still going to be made pubic or is there a different API?

        Comment

        Working...
        X