Version

fixLocation Property

Gets the direction to which the column is fixed to.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_fixLocation() : {Any}
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfFixedColumnInfo.get_fixLocation();

Return Value

$IG.FixLocation.Left - the column is fixed to the left edge of the grid. $IG.FixLocation.Right - the column is fixed to the right edge of the grid
See Also