:: Forum >>

Which column's width has changed ?

obj.onColumnWidthChanged = function(value){...};
has one parameter which is the new width.
How do I know which column this is referred to ?
Shan
Saturday, March 15, 2008
I actually found the answer for that:

obj.onColumnWidthChanged = function(colWidth, colIndex){...};

... will get you the 2 values.
Shan
Saturday, March 15, 2008

This topic is archived.


Back to support forum

Forum search