Intersoft ClientUI Documentation
CommitEdit() Method



Causes the gridview to commit the current edit to the data source and exit editing mode.
Syntax
Public Overloads Function CommitEdit() As Boolean
Dim instance As UXGridView
Dim value As Boolean
 
value = instance.CommitEdit()
public bool CommitEdit()
public:
bool CommitEdit(); 

Return Value

true if the edit was commit successfully; otherwise, false.
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
Overload List

Send Feedback