Version

unfixColumnByIndex Method

Unfixes the column associated with the given index, if the column is currently fixed.
Syntax
ASP.NET Ajax Javascript (Specification) 
function unfixColumnByIndex( 
   columnIndex : Integer
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfColumnFixing.unfixColumnByIndex(Integer);

Parameters

columnIndex
The column index of the column in the columns collection that is to be unfixed if multi-header columns are not used. If multi-header columns are present this needs to be the index in the headerColumnsLayout.
See Also