RadGrid for ASP.NET

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


Discribe how RadGrid whould respond if the CurrentPageIndex is invalid when data-binding. See GridTableView.CurrentResetPageIndexAction 

 

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

Syntax

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

Members

MemberDescription
SetPageIndexToFirst CurrentPageIndex would be set to 0
SetPageIndexToLast CurrentPageIndex would be set to current page count - 1
ReportError RadGrid would repord an InvalidOperationException.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Telerik.WebControls.GridResetPageIndexAction

Requirements

Namespace: Telerik.WebControls

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

Assembly: RadGrid (in RadGrid.dll)

See Also