RadGrid for ASP.NET

RadGrid Send comments on this topic.
GridEditFormType Enumeration
See Also  
Telerik.WebControls Namespace : GridEditFormType Enumeration


Type of the edit forms in RadGrid  

 

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

Syntax

Visual Basic (Declaration) 
Public Enum GridEditFormType 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As GridEditFormType
C# 
public enum GridEditFormType : Enum 

Members

MemberDescription
AutoGenerated Form is autogenerated, based on the column that each GridTableView exposes.
WebUserControl The edit form is a WebUserControl specified by GridEditFormSettings.UserControlName
Template The template specified by GridEditFormSettings.FormTemplate is used as an edit form.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Telerik.WebControls.GridEditFormType

Requirements

Namespace: Telerik.WebControls

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

Assembly: RadGrid (in RadGrid.dll)

See Also