RadGrid for ASP.NET

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


Item that loads an EditForm during binding if GridTableView.EditMode is GridEditMode.EditForms. When in this mode RadGrid loads an EditFormItem for each normal data-bound item. EditForm is generated only for the items that are in Edit = true mode.

Object Model




 

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

Syntax

Visual Basic (Declaration) 
Public Class GridEditFormInsertItem 
   Inherits GridEditFormItem
   Implements IGridInsertItem 
Visual Basic (Usage)Copy Code
Dim instance As GridEditFormInsertItem
C# 
public class GridEditFormInsertItem : GridEditFormItem, IGridInsertItem  

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

Requirements

Namespace: Telerik.WebControls

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

Assembly: RadGrid (in RadGrid.dll)

See Also