Sets the current cell for the grid.
Javascript (Usage) | |
---|
$(function () {
var returnsValue; // Type: wijmo.grid.cellInfo
// Parameters
var cellIndex; // Type: number
var rowIndex; // Type: number
returnsValue = $(".selector").wijgrid("currentCell", cellIndex, rowIndex);
});
|
Javascript (Specification) | |
---|
function currentCell(
: number,
: number
) : cellInfo;
|
Parameters
- cellIndex
- Zero-based index of the required cell inside the corresponding row.
- rowIndex
- Zero-based index of the row that contains required cell.
Return Value
Object that represents current cell of the grid.