:: Forum >>

onHeaderResizeEnded(row,newseize in px)

Hi,

I have searched the forum and the documentation, in need an event for handling when columns size have been changed.

Is there an event like that on the grid.

How to save and recall information i know as we are moving from another grid where this was possible to ActiveWidgets, i just need an event like onHeaderResizeEnded(row,newSeizeInPx) in your grid.
Flaffer
Wednesday, May 23, 2007
Sorry not row but colum.

onHeaderResizeEnded(colum,newseize in px)
Flaffer
Wednesday, May 23, 2007
Each property fires Changing/Changed events, so it should be

grid.onColumnWidthChanged = function(value, index){...}
Alex (ActiveWidgets)
Wednesday, May 23, 2007
Thank you very much Alex,
Flaffer
Wednesday, May 23, 2007

This topic is archived.


Back to support forum

Forum search