Announcement

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

    Showcase Groupby ListGrid, the records sequence is different in IE, Chrome, Firefox

    I tested Showcase GridSummaries, which has a groupBy functionality. That's what I need in my app, but I found the records sequence is displayed differently in IE, Chrome and Firefox. So what could be the problem?

    In my codes, I add listGrid.setInitialSort(), but it only works in IE, doesn't work in Chrome and Firefox.

    I have attached the screenshots for different browser.

    http://www.smartclient.com/smartgwt/showcase/#grid_summaries_featured_category
    Attached Files

    #2
    Is there anyone has any idea? Thanks in advance.

    Comment


      #3
      Experiencing the same issue.. looking forward for a solution from the Team.

      Comment


        #4
        Not seeing an issue, sorting after grouping appears to always work.

        Comment


          #5
          Just to be sure, did you tried it in Chrome ?

          Have just tried adding the following lines in GridSummariesSample.java

          SortSpecifier[] sortSpecifiers = {new SortSpecifier("orderID", SortDirection.ASCENDING)};
          listGrid.setInitialSort(sortSpecifiers);

          both Ascending and Descending didnt work.

          Have attached the screenshot. Hope it helps.

          FYI., I tried with 2.2 ... also with the current nightly build.


          Thiru.
          Attached Files
          Last edited by sthirunav; 24 Aug 2010, 10:57.

          Comment


            #6
            Sort after grouping. initialSort has an entirely different purpose (see the docs).

            Comment


              #7
              Hi Isomorphic,

              How to do Sort after grouping in the codes? Can you give some sample codes? Thanks.

              Comment

              Working...
              X