Version

fixColumnByIndex Method

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

Parameters

columnIndex
The column index of the column in the columns collection that is to be fixed if multi-header columns are not used. If multi-header columns are present this needs to be the index in the headerColumnsLayout.
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