Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
containsFixedColumnByKey Method
Returns the true/false based on whether the column associated with the given key is currently fixed..
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function containsFixedColumnByKey(
: String
) : boolean; |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfColumnFixing.containsFixedColumnByKey(String); |
Parameters
- key
- The column key associated with the column.
Return Value
True is the column is currently fixed, false otherwise.