3.2.0

Is there a way to specify a single row height like you can for a column?

Hi,
I tried the reply for message (http://www.activewidgets.com/messages/1360-10.htm) as a solution for the question:
Is there a way to specify a single row height like you can for a column?
Example: ".active-row-#" instead of ".active-column-#"

With the following code I can set individual row heights for the data area only. How do I set the row heights for the row headers as well?

function rowNumber(){
return this.getRowProperty("index");
}
obj.getRowTemplate().setClass("row", rowNumber);

Thanks!!!!!!
Ana
November 11,
I found this on:
http://www.activewidgets.com/messages/2565-0.htm

.active-grid-row { font-family=Arial; font-size=11; height: 47px; }
.active-grid-row .active-list-item, .active-scroll-left .active-list-item {height: 47px;}
Carlos
November 14,
Hi Carlos, I am trying to set different heights for different rows. I can set the individual row heights for the data area, but I do not know how to set the individual row heights for the row headers area. The code you posted sets the row heights for all the rows. Thanks any way!
Ana
November 15,

This topic is archived.

See also:


Back to support forum