DHTMLX Docs & Samples Explorer

onResizeEnd Event

This event occurs when resizing of a column was finished. onResizeEnd event passes the following parameter:

  • obj - grid object.
        grid.attachEvent("onResizeEnd", function(obj){});