Wijmo UI for the Web
getCellInfo Method
wijmo.grid Namespace > wijgrid type : getCellInfo Method
A HTML DOM Table cell object
Gets an instance of the wijmo.grid.cellInfo class that represents the grid's specified cell.
Syntax
$(function () {
    var returnsValue; // Type:  wijmo.grid.cellInfo
    // Parameters
    var domCell; // Type:  Object
    
    returnsValue = $(".selector").wijgrid("getCellInfo", domCell);
});
function getCellInfo( 
   domCell : Object
) : cellInfo;

Parameters

domCell
A HTML DOM Table cell object

Return Value

Object that represents a cell of the grid.
Example
var cellInfo = $("#element").wijgrid("getCellInfo", domCell);
See Also

Reference

wijgrid type
wijgrid jQuery Widget