Version

unfixColumnRange Method

Unfixes the columns associated with the given column keys, if the columns are currently fixed.
Syntax
ASP.NET Ajax Javascript (Specification) 
function unfixColumnRange( 
   columnKeys : {Any}[]
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfColumnFixing.unfixColumnRange({Any}[]);

Parameters

columnKeys
An array of Strings, which are the column keys associated to the columns that will be unfixed.
See Also