Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
getFixedColumnFromKey Method
Returns the fixed column for the specified column key.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function getFixedColumnFromKey(
: String
) : $IG.FixedColumnInfo; |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfColumnFixing.getFixedColumnFromKey(String); |
Parameters
- key
- The column key of the fixed column.
Return Value
The fixed column object for the given key. Null will be returned if the column is not found.
See Also