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
3806
hyperlinkcolumn does not Command property
posted

i am using XamGrid. Created a hyperlinkcolumn but it does not have a Command property. (using MVVM pattern)

I know that I can use TemplateColumn or UnboundColumn to resolve this issue but it make my the template complex for just using a Command. Is there something I can do in HyperlinkColumn itself to bind the Command?

Parents
No Data
Reply
  • 4618
    posted

    Hi Gajender,

    After further investigation, it appears that this behavior may be possible by creating a template for the intended hyperlink column, which implements buttons that are styled in the appearance of the HyperlinkButton, as this is not an actual control offered in WPF, (although it is available in Silverlight; The HyperlinkButtons that appear within the HyperlinkColumn are actually modified textblock elements).

    It should then be possible to interface commands to the styled buttons within the column.

    I have also made an inquiry to my development team, just in case there is a more effective approach available for this behavior and I will be following up with you with those findings.

    If you have any further questions in the meantime, please let me know.

    Sincerely,
    Chris K
    Developer Support Engineer
    Infragistics, Inc.
    www.infragistics.com/support

Children