Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
getCellElemFromIndex Method
Returns DOM cell element by its row and index.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function getCellElemFromIndex(
: GridRow,
: Integer
) : {DomElement}; |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfGridUtility.getCellElemFromIndex(GridRow,Integer); |
Parameters
- row
- Row object to get a cell off.
- index
- Index of the cell to seek.
Return Value
DOM cell that corresponds to the passed index.
See Also