Hi Greg,
Your question inspired me to write a blog post, showing a solution along the lines of what you're asking about. Here's the link:
http://blogs.infragistics.com/blogs/joshs/archive/2008/09/12/adorning-xamdatagrid-with-a-popup-editor.aspx
I hope that helps!
Josh
Hey Josh,
Thanks very much for the blog entry and the sample. This is exactly what I was looking for. Great example and very user-friendly...!
Greg
Greg,
I wrote a new blog post last night, showing how I put all of this functionality into a utility class. The source code contains a much better implementation of this functionality than what I previously presented, so you might want to go download it. The blog post is here.
Hey Greg,
I've been working on abstracting that functionality into an "attached behavior." The attached solution should make it easier for you to consume the adorning editor functionality. Note, it's still necessary for the consuming app to have some logic in the code-behind, but 95% of the logic is not in a separate assembly.
Thanks,