Hello,
i'm using the shared code Infragistics.Controls.Editors.XamComboEditor and im trying to get the selected item (note: NOT the object bound to it, the actual ComboEditorItem).
I searched with Google and found out that this is normally (pure .NET) is done through the call of comboEditorInstance.ItemContainerGenerator.ContainerFromItem() method. But XamComboEditor doesn't have such a method.
How can i get the ComboEditorItem of the currently selected item? I need this to get the ContentPresenter of that Item so i can get acces to the internal controls of the ItemTemplate i designed for my ComboEditor-Class.
Any suggestions?
Sincerly
Thorsten Pontow
I am just checking if you require any further assistance on the matter.