Look at this sample:
http://www.smartclient.com/smartgwt/showcase/#featured_grid_cell_widgets
Note that the cell height is too large.
So large, in fact, that the row height is almost 2 times as large as it should be.
Additionally, the control rendered via createRecordComponent () are aligned "bottom", and not "top".
So if you ask me, the control does not look right.
Does anybody know any way to:
1. Align the controls rendered by createRecordComponent () as "top" instead of "bottom", or "whatever" as long as they are aligned with the rest of the rows
2. Make the row height "fit" the controls" so that the rows don't have the extra spacing?
FYI, I did test this with a variety of browsers and got the same behavior.
http://www.smartclient.com/smartgwt/showcase/#featured_grid_cell_widgets
Note that the cell height is too large.
So large, in fact, that the row height is almost 2 times as large as it should be.
Additionally, the control rendered via createRecordComponent () are aligned "bottom", and not "top".
So if you ask me, the control does not look right.
Does anybody know any way to:
1. Align the controls rendered by createRecordComponent () as "top" instead of "bottom", or "whatever" as long as they are aligned with the rest of the rows
2. Make the row height "fit" the controls" so that the rows don't have the extra spacing?
FYI, I did test this with a variety of browsers and got the same behavior.
Comment