RadGrid for ASP.NET

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


Settings for the edit forms generated by a GridTableView for each item that is in edit mode and the GridTableView.EditMode is set to GridEditMode.EditForms.

Object Model


 

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

Syntax

Visual Basic (Declaration) 
Public Class GridEditFormSettings 
Visual Basic (Usage)Copy Code
Dim instance As GridEditFormSettings
C# 
public class GridEditFormSettings 

Remarks

Set the type of the EditForm using EditFormType. If the type is GridEditFormType.AutoGenerated then the form will be autogenerated based on the columns of the corresponding table view. Note that only the columns that are editable wil be included. Those are the standatrd columns that have editing capabilities - such GridBoundColumn that has GridBoundColumn.ReadOnly set to false. All the style properties apply only to the autogenerated edit form. See GridEditFormType for more details on the types of the edit forms.

Inheritance Hierarchy

System.Object
   Telerik.WebControls.GridEditFormSettings

Requirements

Namespace: Telerik.WebControls

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

Assembly: RadGrid (in RadGrid.dll)

See Also