RadGrid for ASP.NET

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


Represents one table of data.

Object Model








































 

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

Syntax

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

Remarks

In case of flat grid structure, i.e. no hierarchy levels, this object is the MasterTableView itself.

In case of hierarchical structure, the topmost GridTableView is the MasterTableView. All inner (child) tables are refered as DetailTables. Each table that has children tables has a collection called DetailTables where you can access these tables.

Inheritance Hierarchy

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         System.Web.UI.WebControls.BaseDataBoundControl
            System.Web.UI.WebControls.DataBoundControl
               System.Web.UI.WebControls.CompositeDataBoundControl
                  Telerik.WebControls.GridTableViewBase
                     Telerik.WebControls.GridTableView

Requirements

Namespace: Telerik.WebControls

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

Assembly: RadGrid (in RadGrid.dll)

See Also