Announcement

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

    Bug in SummaryGrid, hidden column group summary doesnt show up when its enabled.

    Hi,

    Am using SmartGWT2.2 with IE 6 and Chrome 5.

    The sum does'nt show up when the column is hidden initially when the column enabled back after its rendered.

    Scenario:
    Created a summary grid with 5 columns out of which one is hidden and its Group Summary property is true(total calculation). Enable it back after the page is rendered, the total doesnt show up in the group summary.

    This is replicable with showcase.

    In the showcase, hide the quantity column initially and enable it back in the UI. The total doesnt show up until you try to edit any of the record.

    ListGridField quantityField = new ListGridField("quantity");
    quantityField.setShowGroupSummary(false);
    quantityField.setShowGridSummary(false);

    Thiru.

    #2
    Please try against a recent nightly.

    Comment


      #3
      Sure, Let me give it a try. Thank You Isomorphic for the quick response.

      Comment

      Working...
      X