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) 
var instance = new jQuery.wijmo.wijgrid();
var value; // Type: cellInfo

// Parameters
var domCell; // Type:  Object

value = instance.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

 

 


© 2013 All Rights Reserved.

Send comments on this topic.