Intersoft WebGrid Documentation
RowChangedAction Enumeration
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace : RowChangedAction Enumeration






Value representing the action when user changed the selected row in WebGrid.

Syntax

Visual Basic (Declaration) 
Public Enum RowChangedAction 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As RowChangedAction
C# 
public enum RowChangedAction : System.Enum 
Delphi 
public enum RowChangedAction = class(System.Enum)
JScript 
public enum RowChangedAction extends System.Enum
Managed Extensions for C++ 
__value public enum RowChangedAction : public System.Enum 
C++/CLI 
public enum class RowChangedAction : public System.Enum 

Members

MemberDescription
FullPagePostbackWebGrid will use full postback when user changed the selected row in WebGrid.
NoneThe default value. No action will be taken when user changed the selected row in WebGrid
OnTheFlyPostbackWebGrid will use on-the-fly postback (AJAX technique) when user changed the selected row in WebGrid.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ISNet.WebUI.WebGrid.RowChangedAction

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.