Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
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