Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
getSelectorFromRow Method
Returns the th element for a row selector for particular row.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function getSelectorFromRow(
: GridRow
) : {DomElement}; |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfRowSelectors.getSelectorFromRow(GridRow); |
Parameters
- row
- The row to get the selector for.
See Also