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(); |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also