Announcement

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

    ListGrid.showFilterEditor + ListGrid.showGridSummary = BUG

    Hi,

    In 8.1 using ListGrid.showFilterEditor and ListGrid.showGridSummary causes a bug in display of header.
    Header's height is limited just to few pixels and the names of the columns are unreadable.
    Instead there is a space between contents of a ListGrid and a row with summary.

    Tested with this example:
    http://www.smartclient.com/?skin=standard#summaryGrid
    by adding "showFilterEditor: true" to the code.

    Regards,
    Janusz

    #2
    Anybody can confirm?

    Comment


      #3
      Confirm!

      My SmartGWT is 2.5

      Sample code:

      ListGrid.setShowFilterEditor(true);
      ListGrid.setShowGridSummary(true);


      possibly solution?

      Comment


        #4
        I almost forgot about this...

        Easy solution: upgrade to newer (nightly) version.
        Right now I am playing around with 2011-11-18 and the problem is gone.

        Comment

        Working...
        X