Xceed DataGrid for Silverlight Documentation
BeginEdit Method (DataGridControl)


Begins the edit process.
Overload List
OverloadDescription
BeginEdit()Begins the edit process by putting the current item in edit mode.  
BeginEdit(Object)Begins the edit process by putting the specified item 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

Manipulating Data

Editing and Inserting Data

Send Feedback