Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
getGrpRowFromElem Method
Determines if the passed in element is a grouped row TR and if so returns the the Infragistics.Web.UI.GroupedRow object for the element.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function getGrpRowFromElem(
: {DomElement}
) : GroupedRow; |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfHierarchicalGridUtility.getGrpRowFromElem({DomElement}); |
Parameters
- elem
- HTML element.
Return Value
The object for the grouped row. If the passed element was not a group row TR element then null is returned.