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!!!!!!
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,