Version

fixColumn Method

Fixes the given column, if the column settings allow.
Syntax
ASP.NET Ajax Javascript (Specification) 
function fixColumn( 
   column : $IG.GridColumn,
   fixLocation : $IG.FixLocation
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfColumnFixing.fixColumn(GridColumn,FixLocation);

Parameters

column
The column 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