Originally posted by Isomorphic
Announcement
Collapse
No announcement yet.
X
-
Hi,
I'm using tilegrid to display a couple of fields which includes the description of the record. Since the desc.is too long to display in the basic tilegrid style...please find attached the tilegrid i currently use and the one which i wish to implement..Please can anyone tell me what should i change in my code to get what i desire.
Comment
-
As a workaround I remove the tile grid from the layout and get a new instance of the tile grid, then put it back to the layout.
Code:layout.removeMember(tileGrid); tileGrid = getNewInstanceOfTileGrid(); layout.addMember(tileGrid, 0);
Thanks and good job!
Comment
Comment