RadGrid for ASP.NET

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


Represents the base class for any items that display and edit data in a GridTableView of RadGrid. Inheritors has the capabilities to:

  • Locate a table cell based on the column unique names
  • Extract values from the cells of column editors
  • Has a dictionary of saved-old-values that are necessary for optimistic concurency editing oprations
  • Edit/browse mode
  • EditManager instance, which is capable of locating the column editors

Object Model



 

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

Syntax

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

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.GridEditableItem
                     Telerik.WebControls.GridDataItem
                     Telerik.WebControls.GridEditFormItem

Requirements

Namespace: Telerik.WebControls

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

Assembly: RadGrid (in RadGrid.dll)

See Also