Version

isEmptyParent Property

Gets a boolean value that indicates whether or not this item is a parent that has yet to be populated from an Ajax request to expand the node.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_isEmptyParent() : Boolean
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfContainerGridRow.get_isEmptyParent();
See Also