3.2.0

maximum column width

This is what I came up with

obj.onColumnWidthChanging = function(width, column){
if (column == 1 && width > 255) {
this.setColumnWidth(255, column);
return "too big!"; // non-zero error code
}
}

Brad
November 1,

This topic is archived.

See also:


Back to support forum