Wijmo UI for the Web
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
Javascript (Usage) 
$(function () {
    var returnsValue; // Type:  wijmo.grid.cellInfo
    // Parameters
    var domCell; // Type:  Object
    
    returnsValue = $(".selector").wijgrid("getCellInfo", domCell);
});
Javascript (Specification) 
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);
Browser Compatibility
7
5
5

See Also

Reference

wijgrid type
wijgrid jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.