Version

fixColumnRange Method

Fixes the columns associated with the given column keys, if the column settings allow.
Syntax
ASP.NET Ajax Javascript (Specification) 
function fixColumnRange( 
   columnKeys : {Any}[]
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfColumnFixing.fixColumnRange({Any}[]);

Parameters

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