RadGrid for ASP.NET

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


Enumeration which holds the internally recognized values for rebind reason 

 

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

Syntax

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

Members

MemberDescription
NotSpecified 
InitialLoadThe NeedDataSource event is raised on initial load
DetailTableBinding The NeedDataSource event is raised to bind the detail tables in hierarchical grid
ExplicitRebind The NeedDataSource event is raised from explicit call to the Rebind() method
PostBackEvent The NeedDataSource event is raised due to postback event causing implicit rebind
PostbackViewStateNotPersisted The NeedDataSource event is raised prior to postback events because of EnableViewState = false setting. The difference in the grid lifecycle in this mode is explained here.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Telerik.WebControls.GridRebindReason

Requirements

Namespace: Telerik.WebControls

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

Assembly: RadGrid (in RadGrid.dll)

See Also