RadGrid for ASP.NET

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


Class that represents the rows of each GridTableView with RadGrid. All Items in RadGrid inherit from this class. RadGrid creates the items runtime, when it binds to data.

Object Model


 

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

Syntax

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

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.GridCommandItem
                  Telerik.WebControls.GridEditableItem
                  Telerik.WebControls.GridFilteringItem
                  Telerik.WebControls.GridFooterItem
                  Telerik.WebControls.GridGroupHeaderItem
                  Telerik.WebControls.GridHeaderItem
                  Telerik.WebControls.GridMultiRowItem
                  Telerik.WebControls.GridNestedViewItem
                  Telerik.WebControls.GridNoRecordsItem
                  Telerik.WebControls.GridPagerItem
                  Telerik.WebControls.GridStatusBarItem

Requirements

Namespace: Telerik.WebControls

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

Assembly: RadGrid (in RadGrid.dll)

See Also