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

Return Value

An underlying wijdataview instance.
Example
var dataView = $("#element").wijgrid("dataView");
Browser Compatibility
7
5
5

See Also

Reference

wijgrid type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.