Version

fixColumnObjRange Method

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

Parameters

fixedColumns
An array of $IG.FixedColumnInfo objects (these should be created with the createFixedColumnObj method of Column Fixing behavior).
See Also