Version

dispose Method

This method is called by the framework, when the grid unloads. This is where the object will cleanup after itself.
Syntax
ASP.NET Ajax Javascript (Specification) 
function dispose() : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfClientFixedColumnInfo.dispose();
See Also