hi, I am trying the smartgwtee 2.4 with gwt 2.1.1,
and the problem exist when I use smartgwtee 2.2 and gwt2.0.x.
I use TileGrid to load about 20k+ images from a Hibernate
DataSource, and it works fine at the first load, only fetch
the first 75 records from remote server.
The content of my TileGrid will changed by other user, so
I want to refresh the TileGrid by calling invalidateCache,
then the TileGrid try to load all data after I call fetchData
again.
I search the forum, and didn't find the answer. But at the issue
http://code.google.com/p/smartgwt/issues/detail?id=479
I found the last comment is the same problem like mine:
Would any one help me? Thanks very much.
and the problem exist when I use smartgwtee 2.2 and gwt2.0.x.
I use TileGrid to load about 20k+ images from a Hibernate
DataSource, and it works fine at the first load, only fetch
the first 75 records from remote server.
The content of my TileGrid will changed by other user, so
I want to refresh the TileGrid by calling invalidateCache,
then the TileGrid try to load all data after I call fetchData
again.
I search the forum, and didn't find the answer. But at the issue
http://code.google.com/p/smartgwt/issues/detail?id=479
I found the last comment is the same problem like mine:
Code:
Comment 5 by mehul8...@gmail.com, Sep 22, 2010 Hello sanjiv, I face the problem to manually update tilegrid datasource actually invalidatecache() method continously sending query until all record fetch. If there is any alternate to invalidatecache please let me know Thanking you.
Comment