$(function () { var returnsValue; // Type: wijmo.grid.cellInfo // Parameters var domCell; // Type: Object returnsValue = $(".selector").wijgrid("getCellInfo", domCell); });
Parameters
- domCell
- A HTML DOM Table cell object
Return Value
Object that represents a cell of the grid.