Allow edit in Datagrid C# code example
Example: Allow edit in Datagrid C#
// Enable editing for particular column.
this.sfDataGrid.Columns[0].AllowEditing = true;
// Enable editing for particular column.
this.sfDataGrid.Columns[0].AllowEditing = true;