Hi Isomorphic,
I have a very strange problem.
When I use invalidateCache() or refreshData() on ListGrid this happen:
Action icons (Hlayout contains three ImgButton) and also every "Button" disappear!
I tried to create a test case but I did not succeed.
This is just happening in the current smartGWT version, not in the last one.
When I comment "setSortByGroupFirst(true)" or setGroupByField("lifeSpan") in ListGrid properties then it is working!
Do you have any idea what can cause this problem?
Best regards
Pavo
I have a very strange problem.
When I use invalidateCache() or refreshData() on ListGrid this happen:
Action icons (Hlayout contains three ImgButton) and also every "Button" disappear!
I tried to create a test case but I did not succeed.
This is just happening in the current smartGWT version, not in the last one.
When I comment "setSortByGroupFirst(true)" or setGroupByField("lifeSpan") in ListGrid properties then it is working!
Do you have any idea what can cause this problem?
Best regards
Pavo
Comment