RadGrid for ASP.NET

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


Force RadGrid to extract values from EditableColumns that are ReadOnly. See also the GridTableView.ExtractValuesFromItem method.  

 

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

Syntax

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

Members

MemberDescription
None No values would be extracted from ReadOnly column
InBrowseMode Values will be extracted only when an item is NOT in edit mode
InEditMode Values will be extracted only when an item is in edit mode
Always Values will be extracted in all cases.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Telerik.WebControls.GridForceExtractValues

Requirements

Namespace: Telerik.WebControls

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

Assembly: RadGrid (in RadGrid.dll)

See Also