Working with SmartGWT 2.5 in Chrome
I'm very new to SmartGWT and am still getting used to the framework so I apologize if this is a commonly solved problem (I've searched the net and can't find an answer).
I'm trying to use more than one column in a row within each tile of my TileGrid. For example, I want a title to be followed by a date (each in their own cell of the underlying table and both in the same row). I noticed that when I create a standard TileGrid using DetailViewerFields, they are each added as a single td in a tr, how do I expand this to use 2+ columns?
The goal is to have two sets of text, each formatted differently but on the same row within a tile.
Thanks in advance for any replies.
I'm very new to SmartGWT and am still getting used to the framework so I apologize if this is a commonly solved problem (I've searched the net and can't find an answer).
I'm trying to use more than one column in a row within each tile of my TileGrid. For example, I want a title to be followed by a date (each in their own cell of the underlying table and both in the same row). I noticed that when I create a standard TileGrid using DetailViewerFields, they are each added as a single td in a tr, how do I expand this to use 2+ columns?
The goal is to have two sets of text, each formatted differently but on the same row within a tile.
Thanks in advance for any replies.
Comment