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,
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,
Comment