Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
getCellIDPairFromElem Method
Gets Infragistics.Web.UI.CellIDPair identificator of the cell that corresponds to the cell DOM element.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function getCellIDPairFromElem(
: {DomElement}
) : Infragistics.Web.UI.CellIDPair; |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfGridUtility.getCellIDPairFromElem({DomElement}); |
Parameters
- element
- Cell element to get the ID of.
Return Value
Cell ID or null if the element does not belong to the grid.
See Also