Wijmo UI for the Web
dataView Method
Gets an underlying wijdataview instance.
Syntax
Javascript (Usage) 
$(function () {
    var returnsValue; // Type:  wijmo.data.IDataView
    returnsValue = $(".selector").wijgrid("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
wijgrid jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.