Version

createFixedColumnObj Method

Creates a $IG.FixedColumnInfo object for the given column.
Syntax
ASP.NET Ajax Javascript (Specification) 
function createFixedColumnObj( 
   column : $IG.GridColumn,
   fixLocation : $IG.FixLocation
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfColumnFixing.createFixedColumnObj(GridColumn,FixLocation);

Parameters

column
The column for which to create a $IG.FixedColumnInfo object.
fixLocation
If this parameter is present, $IG.FixedColumnInfo will be created with the given fix location, if not there than the $IG.FixedColumnInfo object will be created to the fix location specified in settings or behavior default
See Also