Announcement

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

    GroupBy and LiveGrid

    Helo,

    My application has a databound listGrid (live grid) where i want to use groupby feature.

    but when i group by fields multiple request goes to backend service to get all the data because group by works on all the data.

    Here i need group by should apply on the visibale data.no request should go to service..as well i want to have pagination here..i dont want to remove pagination.

    Suggest me here.

    Thank you.

    #2
    For the equivalent of server-side grouping, use a TreeGrid with loadDataOnDemand:true. If you prefer that this were built into the framework, consider Feature Sponsorship.

    Comment


      #3
      loadDataOnDemand function for listgrid with groupby

      I am have listgrid with groupby view and I want to trap the event when I click on group header to expand so that I can call function which will load data from server something similar to loadDataOnDemand for tree grid.

      Comment


        #4
        Hello,

        I'm searching for a possibility of creating summaries for groups in live grid.
        Is there any change in this area?

        thank you
        Martin

        Comment

        Working...
        X