RadGrid for ASP.NET

RadGrid Send comments on this topic.
GridNestedViewItem Class
See Also  Members  
Telerik.WebControls Namespace : GridNestedViewItem Class


Item that contains the nested instances of GridTableView class, that appear as a child item of the corresponding GridDataItem

Object Model



 

Namespace: Telerik.WebControls
Assembly: RadGrid (in RadGrid.dll)

Syntax

Visual Basic (Declaration) 
Public Class GridNestedViewItem 
   Inherits GridItem
Visual Basic (Usage)Copy Code
Dim instance As GridNestedViewItem
C# 
public class GridNestedViewItem : GridItem 

Remarks

The child tables will be created when grid is databinding and will be added as controls of the NestedViewCell Then these tables can also be accessed using the NestedTableViews array.

Inheritance Hierarchy

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         System.Web.UI.WebControls.TableRow
            Telerik.WebControls.GridTableRow
               Telerik.WebControls.GridItem
                  Telerik.WebControls.GridNestedViewItem

Requirements

Namespace: Telerik.WebControls

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

Assembly: RadGrid (in RadGrid.dll)

See Also