Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
getPrevCell Method
Gets previous cell object in the tab order.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function getPrevCell(
: GridCell
) : GridCell; |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfGridUtility.getPrevCell(GridCell); |
Parameters
- cell
- Cell object to get the previous one of.
Return Value
Previous cell object or null if no cells are available before the current one.
See Also