3.2.0

Row height / multi-line fields

Hi,

I have a field that I would like to display that could have multiple lines (ie using <br />). Is there a way to display this elegantly in the grid? Or otherwise set the row height (for one or all rows, probably won't matter much in my case)?

Thanks
December 31,
To set the row height you need two CSS rules (one for the row and one for the row headings):

.active-grid-row {height: 50px;}
.active-scroll-left .active-list-item {height: 50px}

Alex (ActiveWidgets)
January 5,
this will work if all rows have the same height, but is there a way to set an auto height for rows that may have 1 line item as opposed to rows that have 5 or 6 line items? is there a way to maybe word wrap text in a cell and have the height determined by that?
Larry
June 7,
Larry and Alex,

I just posted a new topic to http://www.activewidgets.com/messages/1360-0.htm trying to find out how to correctly set the row height for each row/data cell.

I used the CSS rules above, but noted that with these rules in place, the actual data cell/div does not resize to the new desired height (60px), but rather is still left at the "old" height of 25px, thus causing my multi-line display to be cut-off.

ANy ideas on this????
Dean
June 15,
I guess this is some sort of CSS bug, maybe another variant will work:
http://www.activewidgets.com/messages/1360-1.htm
Alex (ActiveWidgets)
June 15,

This topic is archived.

See also:


Back to support forum