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






Value representing the behavior of the selected WebGridRow - which its value has been edited, when the focus is out of the row's area.

Syntax

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

Members

MemberDescription
AlwaysPromptThis property would ask user whether the WebGridRow's value will be updated after user has changed its value.
AlwaysUpdateThe value in WebGridRow would be updated immediately after user have changed its value.
NeverUpdateThe value in WebGridRow would not be updated after user have changed its value.

Remarks

The action specified in this property will take affect when the cells has been edited/changed and meet the following conditions:

* Users change the row's selection by using mouse (clicking other row in the grid).

* Users change the row's selection by using keyboard (navigating to other row by using down or up arrow).

* Users perform one of the data request actions which require display refresh, such as grouping, ungrouping or clicking on Refresh icon.

* Users click on RowSelector to select entire row.

* Users click on Expand icon to display child rows of specified row.

Inheritance Hierarchy

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

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.