Wijmo UI for the Web
data Method
Gets an array of underlying data.
Syntax
Javascript (Usage) 
var instance = new jQuery.wijmo.wijgrid();
var value; // Type: any
value = instance.data();
Javascript (Specification) 
function data() : any;

Return Value

An array of underlying data.
Example
var data = $("#element").wijgrid("data");
Browser Compatibility
7
5
5

See Also

Reference

wijgrid type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.