multiline cuts off still
I've read the post at:
/javascript.forum.1360.10/row-height-for-multi-line.html
and implemented those css rules.
#grid_alerts .active-grid-row {height: 60px;}
#grid_alerts .active-grid-row .active-list-item {height: 60px;}
#grid_alerts .active-scroll-left .active-list-item {height: 60px;}
obj.setColumnHeaderHeight("25px");
my text is still cut off below the first line, but the row itself is 60px.
I have a <br/> tag in the xml and I'm using the table.request() method to load it.
Any ideas?
/javascript.forum.1360.10/row-height-for-multi-line.html
and implemented those css rules.
#grid_alerts .active-grid-row {height: 60px;}
#grid_alerts .active-grid-row .active-list-item {height: 60px;}
#grid_alerts .active-scroll-left .active-list-item {height: 60px;}
obj.setColumnHeaderHeight("25px");
my text is still cut off below the first line, but the row itself is 60px.
I have a <br/> tag in the xml and I'm using the table.request() method to load it.
Any ideas?
elsigh
March 25,