Version

dataSource Property

Gets the data source that the WebDataGrid is displaying data for. The returned result is a json array.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_dataSource() : {Any}
function set_dataSource(value : {Any})
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebDataGrid.get_dataSource();
See Also