Version

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( 
   element : {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