Version

dispose Method

This method is called by the framework, when the grid unloads. This is where the Column Fixing behavior removes all the event handlers that it had attached.
Syntax
ASP.NET Ajax Javascript (Specification) 
function dispose() : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfColumnFixing.dispose();
See Also