fires when a column moving operation starts
cInd | number | the index of the moved column |
posInd | number | the index of a new position |
Available only in PRO Edition
mygrid.attachEvent("onBeforeCMove", function(cInd,posInd){
//your code here
});
Back to top