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

Return Value

The jQuery object containing a cell content.
Example
var $container = cellInfoObj.container();
Browser Compatibility
7
5
5

See Also

Reference

cellInfo type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.