Thanks for your response Vlad. I saw your blog post here:
http://blogs.telerik.com/blogs/posts/10-04-01/conditional_styles_and_templates_with_radgridview_for_silverlight_and_wpf.aspx
However what I need to do is include references to my viewmodel (e.g. through StaticResource) in the fragment of Xaml that I'm supplying as the CellEditTemplate, for example the ItemSource on the RadComboBox in the template as in the code above. Is this even possible? I've read a few articles on MSDN and it looks like the XamlReader.Load method creates a tree in a separate namescope so I'm not sure how these references are going to work..?
For example if I use the following:
I get
BindingExpression path error: 'ParentMappingSearchList' property not found on [the object that represents the row in the grid]..
Thanks,
Tom