Version

rowIslands Property

Gets a an array of Infragistics.Web.UI.ContainerGrid objects, which are the child row islands of this row. If the row is mark for deletion with batch updating, it will return an empty array.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_rowIslands() : ContainerGrid[]
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfContainerGridRow.get_rowIslands();
See Also