Row Count is 0
I'm setting grid height based on the number of rows. The problem is that the number of rows turns out to be zero. The data is in an XML file so I'm thinking somehow the data isn't loaded yet or something?!?
anyways....
I have :
...the row height always turns out to be just 45px. Any way to get around this?
anyways....
I have :
var hgt=obj.getRowCount()*60;
hgt += 45;
if(hgt>530)
hgt=530;
obj.setStyle("height", hgt + "px");
...the row height always turns out to be just 45px. Any way to get around this?
BenS
March 21,