Intersoft ClientUI Documentation
LostFocusAction Property



Gets or sets a value that determine the lost focus action when user lost focus during row editing.
Syntax
<CategoryAttribute("Common Properties")>
Public Property LostFocusAction As LostFocusAction
Dim instance As UXGridView
Dim value As LostFocusAction
 
instance.LostFocusAction = value
 
value = instance.LostFocusAction
[CategoryAttribute("Common Properties")]
public LostFocusAction LostFocusAction {get; set;}
[CategoryAttribute("Common Properties")]
public:
property LostFocusAction LostFocusAction {
   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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXGridView Class
UXGridView Members

Send Feedback