BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
//
// gridControl1
//
this.gridControl1.IgnoreReadOnly = true; //add this line...
Then go back to the designer and change the ColStyles' ReadOnly property to false, and then immediately save and run the code.
After that, I think you should be able to change the other properties like CellType in the designer and get things to 'take'..