:: Forum >> Version 2 >>

Which column's width has changed ?

More information on this topic is available in the documentation section: /aw.ui.grid/column-width.html.

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 /aw.ui.grid/column-width.html

Documentation:

Forum search