3.2.0

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
May 23,
Sorry not row but colum.

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

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

This topic is archived.

See also:


Back to support forum