Wednesday, January 28, 2015

Make edits happen within a selected row at a DevExpress ASPxGridView.

MyGrid.SettingsEditing.Mode = GridViewEditingMode.Inline;

 
 

Please remember that this will allow one to fall back out of editing a row:

UserManagementGrid.CancelEdit();

No comments:

Post a Comment