Version

from Method

Casts passed in object to the WebDataGrid type.
Syntax
ASP.NET Ajax Javascript (Specification) 
function from( 
   obj : {Any}
) : WebDataGrid;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebDataGrid.from({Any});

Parameters

obj
Object to convert to the WebDataGrid type.

Return Value

Reference to the same object that is passed in, only type converted to the WebDataGrid type.
See Also