fires on each resize iteration
| cInd | number | the index of a cell |
| cWidth | number | the width of a cell |
| obj | object | the grid object |
Available only in PRO Edition
grid.attachEvent("onResize", function(cInd,cWidth,obj){
// your code here
});
Back to top