Is there a way to make column of cells in a Silverlight datagrid be readonly in editmode with C# code instead of setting up a entire datagrid as a template in a resource file?
UPDATE
Found an example piece of code -
http://forums.silverlight.net/forums/p/17483/58189.aspx
In the response by slhungry midway into the thread. He has example code written as a XAML template. Can you write this in C#?