Announcement

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

    get the Number of Tiles in TileGrid

    I'm interested in the number of Tiles in my TileGrid, which uses datasource to fill up.

    getRecordList().getLength() gives me the right number, but sometimes, mostly when the grid is empty the result is 1000.

    so my questions are:
    1. Am I using the right function?
    2. Is it a bug, or if not why is it 1000 not 0.

    thx
    Balazs

    I'm using SmartGwt 2.5,
    Last edited by bvarga; 22 Sep 2011, 03:49.

    #2
    See ResultSet.getLength() and lengthIsKnown().

    Comment

    Working...
    X