Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
fixLocation Property
Gets the direction to which the column is fixed to.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function get_fixLocation() : {Any}
function set_fixLocation(value : {Any}) |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfClientFixedColumnInfo.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