Capture a grid resize event
Hi all:
I need to capture a grid resize event; my grid is at Width and Height 100%, so I need an event firing when the grid is resized.
I've tried setEvent("onresize", function), but it isn't good for me, because it fires all the onresize events in the grid, even when a column is resized by user.
I've been searching something like obj.onPanelWidthChanged , but it doesn't work, and I can't figure out a way to attach the event directly to the grid.
I need to capture a grid resize event; my grid is at Width and Height 100%, so I need an event firing when the grid is resized.
I've tried setEvent("onresize", function), but it isn't good for me, because it fires all the onresize events in the grid, even when a column is resized by user.
I've been searching something like obj.onPanelWidthChanged , but it doesn't work, and I can't figure out a way to attach the event directly to the grid.
Jorge A. Pascual
June 18,