Version

dataPath Property

Gets a string value representing the datapath into the data source used to popuplate the children of this item (if any).
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_dataPath() : String
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfContainerGridRow.get_dataPath();
See Also