onRowResize
fires when the height of a row was changed
function onRowResize( // the ID of the row id: string|number): void
Example
Section titled “Example”grid.attachEvent("onRowResize", function(id){ alert("New row height: " + this.getItem(id).$height );));