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