$(function () { var returnsValue; // Type: wijmo.grid.cellInfo // Parameters var cellIndex; // Type: number var rowIndex; // Type: number returnsValue = $(".selector").wijgrid("currentCell", cellIndex, rowIndex); });
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.