Version

fixColumnByKey Method

Fixes the column associated with the given column key, if the column settings allow.
Syntax
ASP.NET Ajax Javascript (Specification) 
function fixColumnByKey( 
   columnKey : String,
   fixLocation : $IG.FixLocation
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfColumnFixing.fixColumnByKey(String,FixLocation);

Parameters

columnKey
The column key associated with the column that is to be fixed.
fixLocation
If this parameter is present, the column will be fixed to the given edge, if not there than the column will be fixed to the direction specified in settings or behavior default
See Also