parentRow Property
Gets the parent row of the container grid. The return object is of type Infragistics.Web.UI.ContainerGridRow. If the container grid is the root level container grid (the gridView), then the return value will be "undefined".
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function get_parentRow() : ContainerGridRow |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfContainerGrid.get_parentRow(); |