Version

fixLocation Property

Gets the direction to which all columns are fixed to unless otherwise specified in the ColumnSetting object for the column
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_fixLocation() : {Any}
function set_fixLocation(value : {Any})
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfColumnFixing.get_fixLocation();

Return Value

$IG.FixLocation.Left - the columns will be fixed to the left edge of the grid. $IG.FixLocation.Right - the columns will be fixed to the right edge of the grid
See Also