Hello Support,
We are using Infragistics WPF XamComboEditor v12.1. In XamComboEditor we want to display a hyperlink, this item/ hyperlink should be displayed as the last item in the combo. We have attached herewith an screenshot showing the way it should be displayed. Also we have attached a sample code for your reference. Can you please let us know if there is any way we can add hyperlinked item in the combo.
Hello,
Thank you for your post. I have been looking into it and I modified the sample you have sent, so now it has the functionality you want. Basically I set the XamComboEditor’s ComboBoxStyle and added ItemTempalteSelector in order to be able to set different templates for the items. The DataTemplates are defined in the App.xaml file, so they could be accessible from all classes. Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.
We tried running the modified application at our end but the XamComboEditor was not showing exact values and was showing System.DataRowView instead.
Also the "TemplateSelector" is not getting called.
Please let us know the solution for the same.