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






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

Syntax

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

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

Tasks

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

Concepts

Advanced User Interactions
Rich Styles

©2012 Intersoft Solutions Corp. All Rights Reserved.