Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
4341
Adding HyperLink as XamComboEditor last item
posted

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. 

XamComboEditor.zip
Parents
  • 138253
    Offline posted

    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.

    XamComboEditorModified.zip
Reply Children