RadGrid for ASP.NET

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


Indicate where RadGrid would store its data  

 

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

Syntax

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

Members

MemberDescription
NoPersistence DataSource (or generated html tables) data will not be stored. RadGrid will fire NeedDataSource event and will bind after each postback
ViewState Default - RadGrid stores data in the view-state bag.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Telerik.WebControls.GridDataSourcePersistenceMode

Requirements

Namespace: Telerik.WebControls

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

Assembly: RadGrid (in RadGrid.dll)

See Also