Wijmo UI for the Web
container Method
wijmo.grid Namespace > cellInfo type : container Method
Returns the jQuery object containing a cell content.
Syntax
var instance = new wijmo.grid.cellInfo();
var value; // Type: Object
value = instance.container();
function container() : Object;

Return Value

The jQuery object containing a cell content.
Example
var $container = cellInfoObj.container();
See Also

Reference

cellInfo type