Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
getItemFromKey Method
Returns the GroupedColumn which the specified column key.
Syntax
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfGroupedColumnsCollection.getItemFromKey(String); |
Parameters
- columnKey
- The column key of the grouped column.
Return Value
The column.
See Also