Announcement

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

    Unwanted space at the bottom of ListGrid

    I've noticed this in the following examples:
    http://www.smartclient.com/#fetchOperation
    http://www.smartclient.com/#expansionDetails

    Scroll at the bottom of the grid, and you will notice empty rows and/or empty space with nothing drawn in.

    This seems to happen for grids with many records.
    Reproducible in SmartClient 8.0 and SmartClient_SC_SNAPSHOT-2011-05-17.

    #2
    I've found another example where there are extra rows, this time at the top of the grid. http://www.smartclient.com/#multiLevelSortLG

    Any chance that this will be addressed soon?

    Comment


      #3
      Whitespace at the end of the grid is a required consequence of variable height rows and load on demand.

      The example you cited has blank rows in the dataset.

      Nothing to fix.

      Comment


        #4
        OK, i understand about the blank rows.

        In this case, the whitespace is present only on expanding rows with many records. I my examples I can see that on the last scrolling page there is always one single record visibile, the rest is white space.

        I don't understand the code behind or the reasons why that space is needed, I can only notice that it doesn't look very nice. If the space is requiered for the last row to expand, I believe is not necessary because the panel of the grid will enlarge in order to fit the expansion.

        I hope that you would still do some modifications, maybe make the height of the white space smaller, because otherwise it looks like the grid doesn't compute correctly the height.

        Comment

        Working...
        X