Intersoft WebGrid Documentation
RowLostFocusAction Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > LayoutSet Class : RowLostFocusAction Property






Specifies the action when the row has lose its focus while the contained cells has been changed.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("Specifies the action when the row has lose its focus while the contained cells has been changed.")>
<ISNet.Serialization.XmlSerializableAttribute()>
Public Property RowLostFocusAction As LostFocusMode
Visual Basic (Usage)Copy Code
Dim instance As LayoutSet
Dim value As LostFocusMode
 
instance.RowLostFocusAction = value
 
value = instance.RowLostFocusAction
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Specifies the action when the row has lose its focus while the contained cells has been changed.")]
[ISNet.Serialization.XmlSerializableAttribute()]
public LostFocusMode RowLostFocusAction {get; set;}
Delphi 
public read-write property RowLostFocusAction: LostFocusMode; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
DefaultValueAttribute()
NotifyParentPropertyAttribute()
DescriptionAttribute("Specifies the action when the row has lose its focus while the contained cells has been changed.")
ISNet.Serialization.XmlSerializableAttribute()
public function get,set RowLostFocusAction : LostFocusMode
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Specifies the action when the row has lose its focus while the contained cells has been changed.")]
[ISNet.Serialization.XmlSerializableAttribute()]
public: __property LostFocusMode get_RowLostFocusAction();
public: __property void set_RowLostFocusAction( 
   LostFocusMode value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Specifies the action when the row has lose its focus while the contained cells has been changed.")]
[ISNet.Serialization.XmlSerializableAttribute()]
public:
property LostFocusMode RowLostFocusAction {
   LostFocusMode get();
   void set (    LostFocusMode 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.

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

Reference

LayoutSet Class
LayoutSet Members
How-to: Display an alert message before adding, deleting or updating a row

©2012 Intersoft Solutions Corp. All Rights Reserved.