3.2.0

Cannot get Column Width

I just want to get the column width. I tried

var value = obj.getColumnWidth();
alert(value);

var value = obj.getColumnWidth(2);
alert(value);

It returns the value all the time.

How can I get the current column width?

Thanks,
flashsnake
July 17,

This topic is archived.

See also:


Back to support forum