I am trying to find a good sample for using an adorner with the xamDataGrid.
The sample in the feature browser is hard to determine what is all required to get this to work.
Thanks
Hello jagsoft,
An Adorner is a custom FrameworkElement that is bound to a UIElement . Adorners are rendered in an AdornerLayer , which is a rendering surface that is always on top of the adorned element or a collection of adorned elements. In the following article you can find a simplified sample where it is used only one UserControl which will popup when the editing of the cell starts:
http://blogs.infragistics.com/blogs/josh_smith/archive/2008/09/12/adorning-xamdatagrid-with-a-popup-editor.aspx
For further reference I can suggest you also check the following links on the matter:
http://blogs.infragistics.com/blogs/josh_smith/archive/2008/09/15/introducing-a-new-xamdatagrid-behavior-displayadorningeditors.aspx
http://msdn.microsoft.com/en-us/library/ms743737.aspx
If you need any further assistance on this, please do not hesitate to ask.
I am just checking have you been able to resolve your issue? If you still need any assistance on the matter do not hesitate to ask.