Intersoft ClientUI Documentation
NewRowLostFocusAction Property
See Also  Send Feedback
Intersoft.Client.UI.Data Namespace > UXGridView Class : NewRowLostFocusAction Property






Gets or sets a value that determine the lost focus action when user lost focus during new row editing.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Common Properties")>
Public Property NewRowLostFocusAction As LostFocusAction
Visual Basic (Usage)Copy Code
Dim instance As UXGridView
Dim value As LostFocusAction
 
instance.NewRowLostFocusAction = value
 
value = instance.NewRowLostFocusAction
C# 
[CategoryAttribute("Common Properties")]
public LostFocusAction NewRowLostFocusAction {get; set;}
Delphi 
public read-write property NewRowLostFocusAction: LostFocusAction; 
JScript 
CategoryAttribute("Common Properties")
public function get,set NewRowLostFocusAction : LostFocusAction
Managed Extensions for C++ 
[CategoryAttribute("Common Properties")]
public: __property LostFocusAction get_NewRowLostFocusAction();
public: __property void set_NewRowLostFocusAction( 
   LostFocusAction value
);
C++/CLI 
[CategoryAttribute("Common Properties")]
public:
property LostFocusAction NewRowLostFocusAction {
   LostFocusAction get();
   void set (    LostFocusAction value);
}

Remarks

When you lost focus from an edited row, by default UXGridView will commit the current edit operation you can change this behavior by changing the LostFocusAction property and NewRowLostFocusAction property to CancelEdit.

This setting will force UXGridView to cancel the current edit operation when the focus is lost from the edited row. NewRowLostFocusAction property determines the action for new row object, while LostFocusAction determines the action for existing rows.

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 All Rights Reserved.