Version

unfixColumnByKey Method

Unfixes the column associated with the given column key, if the column is currently fixed.
Syntax
ASP.NET Ajax Javascript (Specification) 
function unfixColumnByKey( 
   columnKey : String
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfColumnFixing.unfixColumnByKey(String);

Parameters

columnKey
The column key associated with the column that is to be unfixed.
See Also