Xceed DataGrid for Silverlight Documentation
BeginEdit(Object) Method


An object representing the item to put in edit mode.
Begins the edit process by putting the specified item in edit mode.
Syntax
'Declaration
 
Public Overloads Sub BeginEdit( _
   ByVal item As Object _
) 
'Usage
 
Dim instance As DataGridControl
Dim item As Object
 
instance.BeginEdit(item)
public void BeginEdit( 
   object item
)

Parameters

item
An object representing the item to put in edit mode.
Remarks
Modifications made to the content of the cells contained in the row will only be committed once the EndEdit method is called. If the CancelEdit method is called, modifications will be discarded.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

DataGridControl Class
DataGridControl Members
Overload List

Manipulating Data

Editing and Inserting Data

Send Feedback