:: Forum >>

Can a cell work as a DHTML object?

Can we have a cell as a DHTML object so that we can get it's DHTML attriblue?

for example:
var cell11 = gird.getUUUUU(1,1);
alert("client width="+cell11.clientWidth);

thanks.
HQT
Friday, June 18, 2004
var cell = obj.getRowTemplate(1).getItemTemplate(1);
    alert("width=" + cell.element().clientWidth);
Alex (ActiveWidgets)
Monday, June 21, 2004
Thank you very much Alex :)
HQT
Monday, June 28, 2004

This topic is archived.


Back to support forum

Forum search